mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-15 03:53:16 +08:00
🔧 eslint 忽略数据 json
This commit is contained in:
@@ -3,6 +3,8 @@ dist
|
||||
src-tauri/target
|
||||
# Package files
|
||||
pnpm-lock.yaml
|
||||
# data
|
||||
src/data/**/*.json
|
||||
# lint files
|
||||
!.prettierrc.yml
|
||||
!.stylelintrc.yml
|
||||
|
||||
@@ -13,3 +13,5 @@ qodana.yaml
|
||||
*.webp
|
||||
*.png
|
||||
*.svg
|
||||
# data
|
||||
!src/data/**/*.json
|
||||
|
||||
Reference in New Issue
Block a user