forked from qiushanhe/dm-manage-web
更新 '.gitignore'
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -1,11 +1,23 @@
|
|||||||
# ---> Vue
|
.DS_Store
|
||||||
# gitignore template for Vue.js projects
|
node_modules/
|
||||||
#
|
dist/
|
||||||
# Recommended template: Node.gitignore
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
**/*.log
|
||||||
|
|
||||||
# TODO: where does this rule come from?
|
tests/**/coverage/
|
||||||
docs/_book
|
tests/e2e/reports
|
||||||
|
selenium-debug.log
|
||||||
|
|
||||||
# TODO: where does this rule come from?
|
# Editor directories and files
|
||||||
test/
|
.idea
|
||||||
|
.vscode
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.local
|
||||||
|
|
||||||
|
package-lock.json
|
||||||
|
yarn.lock
|
||||||
|
|||||||
Reference in New Issue
Block a user