summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorhazel <hazel@hazelthats.me>2026-03-06 16:03:41 +0100
committerhazel <hazel@hazelthats.me>2026-03-06 16:03:41 +0100
commitb531d870111587340cc892ea4f1fc4e9c8fa8624 (patch)
treee250823a9221f689a13e1ab1907a32af6b0f3545 /.gitignore
downloadlpdu-site-b531d870111587340cc892ea4f1fc4e9c8fa8624.tar.gz
lpdu-site-b531d870111587340cc892ea4f1fc4e9c8fa8624.tar.bz2
lpdu-site-b531d870111587340cc892ea4f1fc4e9c8fa8624.zip
init, add fru
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