mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-05 19:20:19 -08:00
Ignore Mods in GitHub (Dev PR) (#699)
Excludes the Mods folders from the GitHub. Don't want to accidentally commit mods directly into the repo.
This commit is contained in:
parent
d4eb6e630c
commit
4d273594fa
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,6 +2,10 @@
|
||||||
.godot/
|
.godot/
|
||||||
/android/
|
/android/
|
||||||
Exports/
|
Exports/
|
||||||
|
|
||||||
|
# SMB1R specific ignores
|
||||||
|
/mods
|
||||||
|
/mods-unpacked
|
||||||
Assets/LevelGuides
|
Assets/LevelGuides
|
||||||
addons/discord-rpc-gd/bin/windows/~discord_game_sdk_binding_debug.dll
|
addons/discord-rpc-gd/bin/windows/~discord_game_sdk_binding_debug.dll
|
||||||
godotgif/bin/~godotgif.windows.template_debug.x86_64.dll
|
godotgif/bin/~godotgif.windows.template_debug.x86_64.dll
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue