ERP/.gitignore

28 lines
290 B
Text
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
2021-04-15 20:16:27 +08:00
deploy.config.js
2019-02-12 17:46:33 +08:00
package-lock.json
2019-09-10 16:47:24 +08:00
CCC.zip
2020-05-16 10:47:52 +08:00
test.zip