mirror of
https://github.com/Xahau/xahau-web.git
synced 2025-12-06 17:27:53 +00:00
ignore output dir on check
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"useIgnoreFile": false
|
||||
},
|
||||
"files": {
|
||||
"includes": ["**", "!*/**/*.astro"],
|
||||
"includes": ["**", "!*/**/*.astro", "!.astro", "!dist"],
|
||||
"ignoreUnknown": false
|
||||
},
|
||||
"formatter": {
|
||||
|
||||
Reference in New Issue
Block a user