浏览代码

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/