aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorhazel <hazel@hazelthats.me>2026-03-06 17:56:45 +0100
committerhazel <hazel@hazelthats.me>2026-03-06 17:56:45 +0100
commitfcbb4790e92302696175cfa89608cbb985383d15 (patch)
tree7c96ec251573de0a5b7cfc129d98559911d04caf /.gitignore
downloadhazelthats.me-fcbb4790e92302696175cfa89608cbb985383d15.tar.gz
hazelthats.me-fcbb4790e92302696175cfa89608cbb985383d15.tar.bz2
hazelthats.me-fcbb4790e92302696175cfa89608cbb985383d15.zip
history reset for anonymity
Signed-off-by: hazel <hazel@hazelthats.me>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c4f5ede
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+# build output
+_site/
+
+# dependencies
+node_modules/
+
+# logs
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+
+
+# environment variables
+.env
+.env.production
+
+# macOS-specific files
+.DS_Store