GIT: It Is Never Too Late to Ignore Files
7 min readAug 19, 2020
--
I commonly see Git projects bloated with files and folders that should have been ignored and are now using valuable space in the repository. These files are usually auto-generated data from the IDE or the software used, such as the infamous .vs folder from Visual Studio or Unity’s Temp folder.
Auto-generated files are usually dependent on the environment (installed API and OS, for instance)…