ERP/.gitignore

26 lines
264 B
Plaintext
Raw Normal View History

2019-02-12 17:46:33 +08:00
.DS_Store
node_modules/
dist/
2019-04-08 11:36:07 +08:00
CCC/
2020-03-18 11:48:26 +08:00
test/
2019-05-06 20:56:12 +08:00
config/
2019-02-12 17:46:33 +08:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/*.log
2020-03-19 15:08:36 +08:00
test/unit/coverage
test/e2e/reports
2019-02-12 17:46:33 +08:00
selenium-debug.log
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
package-lock.json
2019-09-10 16:47:24 +08:00
CCC.zip