mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2025-12-23 22:30:03 -05:00
fix: add pyrightconfig to ignore irrelevant sources
This commit is contained in:
14
pyrightconfig.json
Normal file
14
pyrightconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"exclude": [
|
||||
"artifacts/**",
|
||||
"assets/**",
|
||||
"build/**",
|
||||
"env/**",
|
||||
|
||||
"appservices/**",
|
||||
"gecko/**",
|
||||
"glean/**",
|
||||
"gmscore/**",
|
||||
"wasi-sdk/**",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user