Gitignore
.gitignore
is a textfile that tells git which files to ignore, and not to track.
Backlinks¶
- Unity local manifest issue
- add a gitignore to the Packages folder and you have local packages.
.gitignore
is a textfile that tells git which files to ignore, and not to track.