Browse Source

feat:.gitignore

lvkun996 1 year ago
parent
commit
6171ea2d4e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .gitignore

+ 3 - 3
.gitignore

@@ -1,8 +1,8 @@
-/node_modules
+node_modules/
 
-/app/node_modules
+app/node_modules/
 
-/app/build
+app/build/
 
 .DS_Store
 .env.local