Skip to content

Instantly share code, notes, and snippets.

View WildRikku's full-sized avatar

Wild Rikku WildRikku

View GitHub Profile
@WildRikku
WildRikku / .gitignore
Created December 14, 2022 15:33
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
# Odin
Assets/Plugins/Sirenix/*
!Assets/Plugins/Sirenix/Assemblies
!Assets/Plugins/Sirenix/Assemblies.meta
Assets/Plugins/Sirenix/Assemblies/*
!Assets/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Attributes*