UnityEditor-DarkMode icon indicating copy to clipboard operation
UnityEditor-DarkMode copied to clipboard

Just a tip when using git

Open Askhento opened this issue 1 year ago • 1 comments

Maybe this could be added to readme...

I really like dark mode, but my teammates don't (( So in order to add it to my project I added global gitignore file, without disturbing project git history

# git bash commands
$ git config --global core.excludesFile '~/.gitignore'
$ echo *UnityEditorDarkMode* > ~/.gitignore

Askhento avatar Jul 26 '24 09:07 Askhento

That's a good idea... Thank you!

mjambresic avatar Nov 19 '24 11:11 mjambresic