Skip to content

Commit

Permalink
chore: fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Dec 14, 2023
1 parent 3356386 commit 13f4675
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@
# dependencies
**node_modules**
dist/
build/
/.pnp
.pnp.js

# testing
/coverage

# production
build/

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
*.tsbuildinfo

npm-debug.log*
yarn-debug.log*
Expand All @@ -26,7 +25,7 @@ yarn-error.log*
.next
.cache

# yarn v3
# yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
Expand Down

0 comments on commit 13f4675

Please sign in to comment.