summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8b32a77..f66f2eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,14 +19,19 @@ Thumbs.db
.env
.env.local
-# Node (if you add build tooling later)
+# Node and Build
node_modules/
+dist/
npm-debug.log
yarn-error.log
+*.log
# Docker
.docker
+# Claude
+.claude
+
# Temporary files
*.tmp
*.log