Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 497 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 497 Bytes

gitignore Collection

Our collection of useful .gitignore templates.

Directory and File Structure

File Naming:

  • *.iee.gitignore means Ignore Everything Except-Ignore files
  • *.is.gitignore are Ignore 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)