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:
KirbyKidJ
2025-11-02 11:55:58 -08:00
committed by GitHub
parent d4eb6e630c
commit 4d273594fa

4
.gitignore vendored
View File

@@ -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