Browse Source

add .gitignore

Virgil Ollivier 3 months ago
parent
commit
299565a080
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .gitignore

+ 6 - 0
.gitignore

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