Explorar el Código

update .gitignore

Yuki Takei hace 4 años
padre
commit
541831155e
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      .gitignore

+ 3 - 3
.gitignore

@@ -1,12 +1,12 @@
 # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 
 # dependencies
-/node_modules
+node_modules
 /.pnp
 .pnp.js
 
 # testing
-/coverage
+coverage
 
 # next.js
 /.next/
@@ -16,7 +16,7 @@
 /build
 
 # dist
-/dist/
+/packages/**/dist/
 /report/
 /public/static/js
 /public/static/styles