Browse Source

add .gitignore

Virgil Ollivier 3 tháng trước cách đây
mục cha
commit
e1ee32574b
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      .gitignore

+ 6 - 0
.gitignore

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