mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
25 lines
444 B
YAML
25 lines
444 B
YAML
"Changes: C#":
|
|
- "**/*.cs"
|
|
|
|
"Changes: Documentation":
|
|
- "**/*.xml"
|
|
- "**/*.md"
|
|
|
|
"Changes: Localization":
|
|
- 'Resources/Locale/**/*.ftl'
|
|
|
|
"Changes: Map":
|
|
- "Resources/Maps/**/*.yml"
|
|
- "Resources/Prototypes/Maps/**/*.yml"
|
|
|
|
"Changes: Sprite":
|
|
- "**/*.rsi/*.png"
|
|
- "**/*.rsi/*.json"
|
|
|
|
"Changes: UI":
|
|
- "**/*.xaml*"
|
|
|
|
"Changes: YML":
|
|
- any: ["**/*.yml"]
|
|
all: ["!Resources/Maps/**/*.yml", "!Resources/Prototypes/Maps/**/*.yml"]
|