소스 검색

add .gitignore

Virgil Ollivier 3 달 전
부모
커밋
e1ee32574b
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      .gitignore

+ 6 - 0
.gitignore

@@ -1 +1,7 @@
+.env
 node_modules
+
+##ignore all public folder and nested public folders
+
+**/public/
+**/build/