ソースを参照

Add .swc to .gitignore to exclude cache files

Shun Miyazawa 3 ヶ月 前
コミット
2fbf1a0209
1 ファイル変更3 行追加0 行削除
  1. 3 0
      apps/app/.gitignore

+ 3 - 0
apps/app/.gitignore

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