aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 21 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 149e3f4..f38286f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,23 @@
-.parcel-cache
+.DS_Store
node_modules
+/dist
settings.yml
-dist \ No newline at end of file
+
+# local env files
+.env.local
+.env.*.local
+
+# Log files
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+
+# Editor directories and files
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?