From 850af2796615a213b378dabd1bfa61c0286df4b8 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 7 Dec 2020 20:26:09 -0700 Subject: [PATCH] Update gitignore --- .gitignore | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b512c09..5e914c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,22 @@ -node_modules \ No newline at end of file +#=============================================================================# +# 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* +#=============================================================================# \ No newline at end of file