ソースを参照

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/