Update gitignore
This commit is contained in:
parent
baadd5db57
commit
850af27966
1 changed files with 22 additions and 1 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
|
@ -1 +1,22 @@
|
|||
#=============================================================================#
|
||||
# The files added manually by Oliver
|
||||
node_modules
|
||||
.vscode
|
||||
|
||||
#=============================================================================#
|
||||
# The files that were auto-generated into a .gitignore by Vue-cli
|
||||
/web/.DS_Store
|
||||
/web/node_modules
|
||||
/web/dist
|
||||
|
||||
|
||||
# local env files
|
||||
/web/.env.local
|
||||
/web/.env.*.local
|
||||
|
||||
# Log files
|
||||
/web/npm-debug.log*
|
||||
/web/yarn-debug.log*
|
||||
/web/yarn-error.log*
|
||||
/web/pnpm-debug.log*
|
||||
#=============================================================================#
|
||||
Loading…
Add table
Add a link
Reference in a new issue