🔧 忽略子模块

This commit is contained in:
BTMuli
2023-05-22 12:22:07 +08:00
parent 82072775a7
commit 749dda5eb9
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ package-lock.json
# Tauri build
dist
src-tauri/target
# submodules
TGAssistant
# Docs
README.md
LICENSE

View File

@@ -4,4 +4,4 @@
"useTabs": true
"proseWrap": "preserve"
"bracketSpacing": true
"endOfLine": "auto"
"endOfLine": "crlf"