0
0
Fork 0

Update gitignore

This commit is contained in:
Oliver-Akins 2020-12-07 20:26:09 -07:00
parent baadd5db57
commit 850af27966

23
.gitignore vendored
View file

@ -1 +1,22 @@
node_modules #=============================================================================#
# 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*
#=============================================================================#