Our collection of useful .gitignore templates.
File Naming:
*.iee.gitignore
meansIgnore Everything Except
-Ignore files*.is.gitignore
areIgnore Specific Files
-Ignores
Dirs:
/lang/
are language specific gitignores (example: python, java)/ide/
are IDE / editor specific ignores, most likely only .is.ignore (example: pycharm, visualstudio)/framework/
are framework specific ignores (example: pyramid, rubyonrails)