Update .gitignore
This commit is contained in:
parent
7d4ddbc918
commit
4f985a1afe
1 changed files with 28 additions and 8 deletions
36
.gitignore
vendored
36
.gitignore
vendored
|
@ -1,11 +1,31 @@
|
||||||
# ---> Vue
|
# compiled output
|
||||||
# gitignore template for Vue.js projects
|
/dist
|
||||||
#
|
/node_modules
|
||||||
# Recommended template: Node.gitignore
|
|
||||||
|
|
||||||
# TODO: where does this rule come from?
|
# Logs
|
||||||
docs/_book
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
lerna-debug.log*
|
||||||
|
|
||||||
# TODO: where does this rule come from?
|
# OS
|
||||||
test/
|
.DS_Store
|
||||||
|
|
||||||
|
# IDEs and editors
|
||||||
|
/.idea
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.c9/
|
||||||
|
*.launch
|
||||||
|
.settings/
|
||||||
|
*.sublime-workspace
|
||||||
|
|
||||||
|
# IDE - VSCode
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
|
Loading…
Add table
Reference in a new issue