Ask Your Question
4

How can I exclude library files on Mac when using unity gitignore?

asked 2022-04-14 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-07-07 20:00:00 +0000

lalupa gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-04-14 11:00:00 +0000

Seen: 16 times

Last updated: Jul 07 '21