NWJS_Hour_Tracking/.gitignore

29 lines
334 B
Plaintext
Raw Permalink Normal View History

2019-07-08 07:32:03 -06:00
.DS_Store
node_modules
/dist/
/dist-vue/
2019-07-07 14:05:28 -06:00
2019-09-15 22:49:40 -06:00
tests/unit/coverage/**/*
2019-07-08 07:32:03 -06:00
/tests/e2e/videos/
/tests/e2e/screenshots/
/tests/e2e/reports/
selenium-debug.log
2019-07-07 14:05:28 -06:00
2019-07-08 07:32:03 -06:00
# local env files
.env.local
.env.*.local
2019-07-07 14:05:28 -06:00
2019-07-08 07:32:03 -06:00
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2019-07-07 14:05:28 -06:00
2019-07-08 07:32:03 -06:00
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?