aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 16 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 54f07af..fc3e5a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,4 +21,19 @@ dist-ssr
*.ntvs*
*.njsproj
*.sln
-*.sw? \ No newline at end of file
+*.sw?
+
+# Next.js
+.next/
+out/
+build/
+
+# Contentlayer
+.contentlayer
+
+# Environment variables
+.env
+.env*.local
+
+# Vercel
+.vercel