summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNicolas Paul <n@nc0.fr>2023-05-26 14:13:11 +0200
committerNicolas Paul <n@nc0.fr>2023-05-26 14:13:11 +0200
commite00e455cafb72edb4bddd7bc087e1fb0ff1e4e45 (patch)
tree7f3d4782862595c3da5a4d5c6c9a73b21a017bae /.gitignore
Migrating from GitHub
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..b1e61c3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+/.vscode/
+/.idea/
+
+# 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