summaryrefslogtreecommitdiffstats
path: root/webapp/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/.gitignore')
-rw-r--r--webapp/.gitignore11
1 files changed, 9 insertions, 2 deletions
diff --git a/webapp/.gitignore b/webapp/.gitignore
index 541a820..185e663 100644
--- a/webapp/.gitignore
+++ b/webapp/.gitignore
@@ -1,6 +1,12 @@
.DS_Store
-node_modules/
-/dist/
+node_modules
+/dist
+
+# local env files
+.env.local
+.env.*.local
+
+# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
@@ -12,3 +18,4 @@ yarn-error.log*
*.ntvs*
*.njsproj
*.sln
+*.sw*