summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 20 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4c5f206..b95b58f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,20 @@
-.claude/
+# Hugo
+/public/
+/resources/
+
+# Node.js
+node_modules/
+package-lock.json
+
+# IDE
+.vscode/
+.idea/
+*.swp
+*.swo
+
+# OS
+.DS_Store
+.hugo_build.lock
+
+# Generated files
+.claude/settings.local.json