Skip to content

Commit c5dac66

Browse files
authored
chore: Update gitignore file
1 parent 91d3444 commit c5dac66

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

.gitignore

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
# Logs
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# production
9+
/build
10+
/dist
11+
*.tgz
12+
13+
# misc
14+
.DS_Store
15+
.env.local
16+
.env.development.local
17+
.env.test.local
18+
.env.production.local
19+
.eslintcache
20+
.setup_completed
21+
22+
# logs
223
logs
324
*.log
425
npm-debug.log*
@@ -7,18 +28,10 @@ yarn-error.log*
728
pnpm-debug.log*
829
lerna-debug.log*
930

10-
node_modules
11-
dist
12-
dist-ssr
13-
*.local
14-
.eslintcache
15-
.setup_completed
16-
17-
# Editor directories and files
31+
# editors
1832
.vscode/*
1933
!.vscode/extensions.json
2034
.idea
21-
.DS_Store
2235
*.suo
2336
*.ntvs*
2437
*.njsproj

0 commit comments

Comments
 (0)