Created
December 14, 2022 15:33
-
-
Save WildRikku/6e3b3f51302d07157db9c077f82042bb to your computer and use it in GitHub Desktop.
Unity Odin inspector gitignore - for when you use ODIN but your team does not, so they need the attributes library but most not receive the rest of the files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Odin | |
Assets/Plugins/Sirenix/* | |
!Assets/Plugins/Sirenix/Assemblies | |
!Assets/Plugins/Sirenix/Assemblies.meta | |
Assets/Plugins/Sirenix/Assemblies/* | |
!Assets/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Attributes* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used gitignore in case someone else in my team decides to install Odin but of course you can put this in .git/info/exclude. Make sure to use the correct paths then.