Our collection of useful .gitignore templates.
File Naming:
*.iee.gitignoremeansIgnore Everything Except-Ignore files*.is.gitignoreareIgnore 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)