-
Create global .gitignore for user settings
When it comes to ignoring files in a git repository I do something I think many others have done. I’ve added user level settings files to my .gitignore because I don’t want them included in my git repository. You know, the files created by an IDE, operating system, or other applications. Such as ‘.project’ created […]