summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorhouston[bot] <astrobot-houston@users.noreply.github.com>2025-08-10 16:30:08 -0700
committerElizabeth Hunt <me@liz.coffee>2025-08-11 18:30:29 -0700
commit941cd2cb0ff2b9f40c424f3b36d59064e1e8fdb9 (patch)
tree43a1306ce3d6419ffbe042c328dbf9e372691198 /.gitignore
downloadcoffee-941cd2cb0ff2b9f40c424f3b36d59064e1e8fdb9.tar.gz
coffee-941cd2cb0ff2b9f40c424f3b36d59064e1e8fdb9.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..016b59e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+# build output
+dist/
+
+# generated types
+.astro/
+
+# 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
+
+# jetbrains setting folder
+.idea/