Forráskód Böngészése

chore: gitignore 忽略 .DS_Store 与 .cache/

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
malk 2 hete%!(EXTRA string=óta)
szülő
commit
0d31443033
1 módosított fájl, 6 hozzáadás és 0 törlés
  1. 6 0
      .gitignore

+ 6 - 0
.gitignore

@@ -40,3 +40,9 @@ mvnw.cmd
 # web2 file
 # web2 file
 */src/main/resources/static/web
 */src/main/resources/static/web
 */src/main/resources/static/mjs
 */src/main/resources/static/mjs
+
+# macOS
+.DS_Store
+
+# 本地缓存
+.cache/