NWJS_Hour_Tracking/.gitignore

28 lines
309 B
Plaintext
Raw 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-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?