Skip to content

Instantly share code, notes, and snippets.

@handerson
Created September 2, 2011 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save handerson/1188760 to your computer and use it in GitHub Desktop.
Save handerson/1188760 to your computer and use it in GitHub Desktop.
My standard git ignore file for Ruby on Rails or Phonegap (or pretty much all projects)
# RoR/Padrino
log/**/*
api/log/**/*
tmp/**/*
api/tmp/**/*
bin/*
vendor/gems/*
!vendor/gems/cache/
.sass-cache/*
*.sqlite3
*.db
.bundle
public/system/*
# xcode
*.mode1v3
*.pbxuser
*.perspective
*.perspectivev3
*.pyc
*~.nib/
build/*
xcuserdata
# bbedit
*.bbprojectd
# Sublime Text 2
*.sublime-project
*.sublime-workspace
# other
.DS_Store
*.tmproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment