-
-
Notifications
You must be signed in to change notification settings - Fork 540
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/shiptest-ss13/Shiptest in…
…to legion-rework
- Loading branch information
Showing
279 changed files
with
14,809 additions
and
9,102 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,49 +1,67 @@ | ||
Admin: | ||
- "code/modules/admin/**" | ||
- any-glob-to-any-file: | ||
- "code/modules/admin/**" | ||
|
||
# Any file within the config subfolder | ||
Config: | ||
- "config/**" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "config/**" | ||
|
||
Dependencies: | ||
- "**/package.json" | ||
- "**/package-lock.json" | ||
- "**/yarn.lock" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/package.json" | ||
- "**/package-lock.json" | ||
- "**/yarn.lock" | ||
|
||
# When the .DME is changed | ||
DME Edit: | ||
- "./*.dme" | ||
- "**/*.dme" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "./*.dme" | ||
- "**/*.dme" | ||
|
||
# Any .dmi changes | ||
Sprites: | ||
- "**/*.dmi" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.dmi" | ||
|
||
# Changes to a .dm or anything in the code subfolder | ||
Code Change: | ||
- "**/*.dm" | ||
- "code/**" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.dm" | ||
- "code/**" | ||
|
||
# Changes to a .dmm or anything in the _map subfolder | ||
Map Change: | ||
- "**/*.dmm" | ||
- "_maps/**" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.dmm" | ||
- "_maps/**" | ||
|
||
# Any changes to .ogg files are marked as sound | ||
Sound: | ||
- "**/*.ogg" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.ogg" | ||
|
||
# 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 .Github subfolder | ||
Github: | ||
- ".github/**" | ||
|
||
Deprecated Modularization: | ||
- "whitesands/**" | ||
- 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
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
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
Oops, something went wrong.