Explorar el Código

Add .swc to .gitignore to exclude cache files

Shun Miyazawa hace 3 meses
padre
commit
2fbf1a0209
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      apps/app/.gitignore

+ 3 - 0
apps/app/.gitignore

@@ -14,3 +14,6 @@
 /public/uploads
 /src/styles/prebuilt
 /tmp/
+
+# cache
+/.swc/