Skip to content

Commit 9ad5414

Browse files
committed
Commented on ignored files and dirs
1 parent 6482e8f commit 9ad5414

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.gitignore

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
*.log
2-
node_modules
1+
# build output
32
dist
4-
.next
3+
4+
# dependencies
55
yarn.lock
6+
node_modules
7+
8+
# logs
9+
npm-debug.log
10+
11+
# other
12+
.next

0 commit comments

Comments
 (0)