We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9988843 commit 61fd155Copy full SHA for 61fd155
.imgbotconfig
@@ -1,19 +1,22 @@
1
{
2
"schedule": "weekly",
3
"ignoredFiles": [
4
- "GameData/*",
5
- "docs/LegalMumboJumbo/*",
6
"GameData/KerbthulhuKineticsProgram/MoarKerbals/*",
7
- "GameData/KerbthulhuKineticsProgram/MoarKerbals/Textures/*",
8
"source/*",
+ "**/@thumbs/**",
+ "**/Agencies/**",
9
"**/Assets/**",
10
"**/Flags/**",
11
- "**/Agents/**",
12
- "**/Textures/**",
13
- "**/UI/**",
14
- "**/PluginData/**",
+ "**/FX/**",
15
"**/Icons/**",
16
- "**/@thumbs/**"
+ "**/LegalMumboJumbo/**",
+ "**/Parts/**",
+ "**/PluginData/**",
+ "**/Props/**",
+ "**/SimpleIcons/**",
17
+ "**/Spaces/**",
18
+ "**/Textures/**",
19
+ "**/UI/**"
20
],
21
"aggressiveCompression": "false",
22
"compressWiki": "true",
0 commit comments