Skip to content

Commit 0db92bc

Browse files
committed
Update .gitignore to exclude build artifacts and .next directory
1 parent 963d08d commit 0db92bc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ node_modules/
66
cache/
77
artifacts/
88

9+
# Build artifacts
10+
.next/
11+
dist/
12+
build/
13+
914
# Environment
1015
.env
1116
.env.local

0 commit comments

Comments
 (0)