Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 93a1860

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /