ERP/.gitignore

23 lines
242 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/
2019-02-12 17:46:33 +08:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/*.log
test/unit/coverage
test/e2e/reports
selenium-debug.log
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
package-lock.json