- Clone the project
- Open it in Unity and wait until the initialization is done
- Untrack
ProjectSettings/ProjectVersion.txt
andPackages/manifest.json
git update-index --assume-unchanged <file>
To ignore the files in step 3, do this:
git update-index --assume-unchanged ProjectSettings/ProjectVersion.txt
git update-index --assume-unchanged Packages/manifest.json
Important: Make sure the commands are executed in the root directory, /hack-attack-td