50 lines
807 B
Plaintext
50 lines
807 B
Plaintext
.vscodeignore
|
|
**/node_modules/
|
|
**/.svn
|
|
**/apidoc/
|
|
apidoc.json
|
|
reports/
|
|
**/docs*
|
|
**/*md
|
|
test*
|
|
**/.tmp
|
|
**/demo/
|
|
.specstory/
|
|
# NOTES: Patterns in excludes.txt must be relative to the source directory. E.g: Use package*.json if syncing starts from the /server directory.
|
|
package*.json
|
|
# **/track-server/package*.json
|
|
# **/gps-server/package*.json
|
|
# **/error-handler/package-lock.json
|
|
# **/mailer/package-lock.json
|
|
.eslintrc.json
|
|
.vscode/
|
|
.github/
|
|
environment*.env
|
|
**/emails/ref-template/
|
|
downloadMap.*.html
|
|
**/report-01*
|
|
**/sample-job*
|
|
README.md
|
|
**/*.*log
|
|
**/workers/custList*.json
|
|
**/scripts/**.json
|
|
migrateToSM.js
|
|
track_*.json
|
|
**/satloc/*
|
|
*.csv
|
|
*.txt
|
|
*.pdf
|
|
*.log
|
|
cleanup_*.js
|
|
debug*.js
|
|
*_test.js
|
|
csv_extract.js
|
|
db-scripts.js
|
|
satloc_usage_*.js
|
|
setup_*
|
|
start_*.js
|
|
setup_partners.js
|
|
_examples.js
|
|
*-pm2.json
|
|
|