drwhut / tabletop-club

An open-source platform for playing tabletop games in a physics-based 3D environment for Windows, macOS, and Linux! Made with the Godot Engine.
https://tabletopclub.net
MIT License
1.27k stars 55 forks source link

Ignore the TabletopClub folder created when running the game through the #134

Closed elmodor closed 1 year ago

elmodor commented 1 year ago

Fixes/Solves This is a bit of a niche ignore, so feel free to close this.

When running the game through the Godot editor the TabletopClub folder with saves and assets is created inside the repository, if the system cannot determine the correct DOCUMENTS folder. The folder is the shown in git status and might be added by accident. The ignore should prevent this.

A bit dangerous if you ever plan to have an actual TabletopClub folder inside the game repository.

drwhut commented 1 year ago

Yeah, this creates some potential issues down the line in exchange for solving a very niche case. Plus, even if a developer accidentally includes it in a commit, it will be spotted in the pull request.