NWJS_Hour_Tracking/.gitignore
The Jared Wilcurt 0c4f455122 Testing
2019-09-16 00:49:40 -04:00

29 lines
334 B
Plaintext

.DS_Store
node_modules
/dist/
/dist-vue/
tests/unit/coverage/**/*
/tests/e2e/videos/
/tests/e2e/screenshots/
/tests/e2e/reports/
selenium-debug.log
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?