Skip to content

Commit 0dad09f

Browse files
committed
init : gitignore 추가
1 parent 2e950f6 commit 0dad09f

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Zero-installs
2+
.yarn/*
3+
!.yarn/cache
4+
!.yarn/patches
5+
!.yarn/plugins
6+
!.yarn/releases
7+
!.yarn/sdks
8+
!.yarn/versions
9+
10+
# dependencies
11+
/node_modules
12+
/.pnp
13+
.pnp.js
14+
15+
# testing
16+
/coverage
17+
18+
# production
19+
/build
20+
21+
# misc
22+
.DS_Store
23+
.env.local
24+
.env.development.local
25+
.env.test.local
26+
.env.production.local
27+
28+
npm-debug.log*
29+
yarn-debug.log*
30+
yarn-error.log*
31+
32+
.yarn/cache/react-hook-form-npm-7.41.5-202ce9fe72-ca28b2deb4.zip
33+
34+
# env
35+
.env

0 commit comments

Comments
 (0)