Skip to content

Commit

Permalink
chore: gitignore 추가
Browse files Browse the repository at this point in the history
- cra와 동일하게 gitignore 추가 (pnp 제외)
  • Loading branch information
kumsil1006 authored Nov 14, 2022
0 parents commit 274e3b9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# dependencies
/node_modules

# testing
/coverage

# production
/build

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

npm-debug.log*
yarn-debug.log*
yarn-error.log*

0 comments on commit 274e3b9

Please sign in to comment.