chore(ignore): 忽略本地 MySQL 数据目录

This commit is contained in:
2026-05-11 21:58:23 +08:00
parent 8824db8019
commit c8ea9330e1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
},
"files": {
"ignoreUnknown": false,
"includes": ["**", "!**/routeTree.gen.ts", "!**/migrations.gen.ts"]
"includes": ["**", "!**/routeTree.gen.ts", "!**/migrations.gen.ts", "!volumes"]
},
"formatter": {
"enabled": true,