in0finite / SanAndreasUnity

Open source reimplementation of GTA San Andreas game engine in Unity
https://discord.gg/p6jjud5
MIT License
2.1k stars 348 forks source link

Update `.gitignore` and remove ignored but committed files #124

Closed atirut-w closed 2 years ago

atirut-w commented 2 years ago

Dunno if I missed any files. Will check for missed files later, diarrhea is attacking me.

in0finite commented 2 years ago

I agree that EditorUserSettings should be ignored from git repo, but gitignore file should not contain all those items, because we never actually create any of them. So gitignore file should be as small as possible, only to cover files that are really created, not all files that can potentially be created.

Additionally, some of the ignored files do not make sense, like binaries in the root folder. You should not store binaries in the root folder.

in0finite commented 2 years ago

UserSettings folder is ignored as of commit de50a881bb65a1229974c39ad88973498864120c.