aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore40
1 files changed, 13 insertions, 27 deletions
diff --git a/.gitignore b/.gitignore
index 430afbe..156248a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,37 +1,23 @@
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+# build output
+dist/
-# dependencies
-/node_modules
-/.pnp
-.pnp.js
-
-# testing
-/coverage
-
-# next.js
-/.next/
-/out/
-
-# production
-/build
+# generated types
+.astro/
-# misc
-.DS_Store
-*.pem
+# dependencies
+node_modules/
-# debug
+# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
+pnpm-debug.log*
-# local env files
-.env*.local
+# environment variables
+.env
+.env.production
-# vercel
-.vercel
-
-# typescript
-*.tsbuildinfo
-next-env.d.ts
+# macOS-specific files
+.DS_Store
.idea/