Browse Source

Add .swc to .gitignore to exclude cache files

Shun Miyazawa 3 tháng trước cách đây
mục cha
commit
2fbf1a0209
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      apps/app/.gitignore

+ 3 - 0
apps/app/.gitignore

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