소스 검색

gitignore

master
Lea Dammann 3 년 전
부모
커밋
9e4e4199dd
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16
    0
      .gitignore

+ 16
- 0
.gitignore 파일 보기

@@ -0,0 +1,16 @@
1
+/node_modules
2
+/.pnp
3
+.pnp.js
4
+
5
+
6
+/coverage
7
+
8
+/build
9
+
10
+.DS_STORE
11
+.env.local
12
+.env*
13
+
14
+npm-debug.log*
15
+yarn-debug.log*
16
+yarn-error.log*

Loading…
취소
저장