Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To exclude library files on a Mac when using unity gitignore, you can add the following lines to your .gitignore file:

# Unity generated files
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Ll]ibrary/

The [Ll]ibrary/ line will exclude the library files. Make sure to save the .gitignore file after making the changes.