1
0
Files
ftp-deploy-action/project.code-workspace
T

12 lines
114 B
Plaintext
Raw Normal View History

2020-08-26 01:28:40 -05:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/node_modules": true
}
}
}