Skip to content

Commit ea4b56a

Browse files
committedJul 31, 2024
chore: Update .gitignore
1 parent 72d47e4 commit ea4b56a

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed
 

‎.gitignore

+11-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ yarn-error.log*
77
pnpm-debug.log*
88
lerna-debug.log*
99

10+
# Packages
1011
node_modules
11-
dist
12-
dist-ssr
13-
*.local
1412

1513
# Reports
1614
reports/
@@ -25,4 +23,13 @@ pnpm-publish-summary.json
2523
*.ntvs*
2624
*.njsproj
2725
*.sln
28-
*.sw?
26+
*.sw?
27+
28+
# Build files
29+
dist
30+
dist-ssr
31+
*.tgz
32+
33+
# Local files
34+
*.local
35+
.env

0 commit comments

Comments
 (0)
Failed to load comments.