forked from shiptest-ss13/Shiptest
-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ad0e4b
commit c541e73
Showing
2 changed files
with
49 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,77 @@ | ||
Admin: | ||
- any-glob-to-any-file: | ||
- "code/modules/admin/**" | ||
|
||
# Any file within the config subfolder | ||
Config: | ||
# Any changes | ||
🔵 Требуется проверка: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "config/**" | ||
- any-glob-to-any-file: | ||
- "**" | ||
|
||
Dependencies: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/package.json" | ||
- "**/package-lock.json" | ||
- "**/yarn.lock" | ||
|
||
# When the .DME is changed | ||
DME Edit: | ||
# Changes to a .dmm or anything in the _map subfolder | ||
🗺 Мапинг: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "./*.dme" | ||
- "**/*.dme" | ||
|
||
- "**/*.dmm" | ||
- "_maps/**" | ||
# Any .dmi changes | ||
Sprites: | ||
🎨 Спрайты 🎨: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.dmi" | ||
|
||
# Changes to a .dm or anything in the code subfolder | ||
Code Change: | ||
# Any changes if not in modulare folder | ||
🪓 НЕ МОДУЛЬНО 🪓: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.dm" | ||
- "_maps/map_files/**" | ||
- "_maps/shuttles/**" | ||
- "code/**" | ||
- "icons/**" | ||
- "sound/**" | ||
|
||
# Changes to a .dmm or anything in the _map subfolder | ||
Map Change: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.dmm" | ||
- "_maps/**" | ||
|
||
# Any changes to .ogg files are marked as sound | ||
Sound: | ||
# Any sounds changes | ||
🔊 Звуки 🔊: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.ogg" | ||
- '**/*.aif' | ||
- '**/*.aiff' | ||
- '**/*.it' | ||
- '**/*.mid' | ||
- '**/*.midi' | ||
- '**/*.mod' | ||
- '**/*.mp3' | ||
- '**/*.ogg' | ||
- '**/*.oxm' | ||
- '**/*.raw' | ||
- '**/*.s3m' | ||
- '**/*.wma' | ||
- '**/*.wav' | ||
- '**/*.xm' | ||
|
||
# Changes to the SQL subfolder | ||
SQL: | ||
📚 SQL 📚: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "SQL/**" | ||
|
||
# Changes to the tgui subfolder | ||
tgui: | ||
💬 TGUI: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "tgui/**" | ||
|
||
# Changes to the config subfolder | ||
🔮 Конфиги 🔮: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'config/**/*' | ||
|
||
# Changes to a .dm or anything in the code subfolder | ||
🧱 Код 🧱: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.dm" | ||
|
||
# Changes to the .Github subfolder | ||
Github: | ||
🏭 Github 🏭: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ".github/**" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters