Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93a1860

Browse files
committed
chore: Update .gitignore to streamline ignored files
- Simplified entries for node_modules, .pnp, and coverage. - Consolidated Next.js and production build directories. - Removed unnecessary exclusions for Yarn patches, plugins, and releases.
1 parent 3f7fa0c commit 93a1860

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

.gitignore

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# dependencies
4-
/node_modules
5-
/.pnp
6-
.pnp.*
7-
.yarn/*
8-
!.yarn/patches
9-
!.yarn/plugins
10-
!.yarn/releases
11-
!.yarn/versions
4+
node_modules
5+
.pnp
6+
.pnp.js
127

138
# testing
14-
/coverage
9+
coverage
1510

1611
# next.js
17-
/.next/
18-
/out/
19-
20-
# production
21-
/build
12+
.next/
13+
out/
14+
build
15+
dist
2216

2317
# misc
2418
.DS_Store

0 commit comments

Comments
 (0)