Skip to content

Commit a6b5123

Browse files
committed
Update .gitignore to ignore build/cache and env files
1 parent cecb394 commit a6b5123

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ dist-ssr
1616
.next/
1717
out/
1818

19+
# Next build cache
20+
.next/cache
21+
1922
# Editor directories and files
2023
.vscode/*
2124
!.vscode/extensions.json
@@ -28,3 +31,20 @@ out/
2831
*.sw?
2932

3033
.vercel
34+
35+
# Vercel build output API and CLI cache
36+
.vercel/output/
37+
.vercel/.cache/
38+
.vercel/project.json
39+
40+
# General build / dev caches
41+
build/
42+
.cache/
43+
public/build/
44+
45+
# Environment files (do NOT track secrets)
46+
.env
47+
.env.*
48+
.env.local
49+
.env.development.local
50+
.env.production.local

0 commit comments

Comments
 (0)