lvkun996
1 년 전
1개의 변경된 파일과
17개의 추가작업 그리고
0개의 파일을 삭제
-
17
0
.gitignore
|
@@ -0,0 +1,17 @@
|
|
|
+/node_modules
|
|
|
+
|
|
|
+/app/node_modules
|
|
|
+
|
|
|
+/app/build
|
|
|
+
|
|
|
+.DS_Store
|
|
|
+.env.local
|
|
|
+.env.development.local
|
|
|
+.env.test.local
|
|
|
+.env.production.local
|
|
|
+
|
|
|
+npm-debug.log*
|
|
|
+yarn-debug.log*
|
|
|
+yarn-error.log*
|
|
|
+
|
|
|
+
|