Skip to content

Instantly share code, notes, and snippets.

@jesusangelm
Created May 29, 2012 19:06
Show Gist options
  • Save jesusangelm/2830070 to your computer and use it in GitHub Desktop.
Save jesusangelm/2830070 to your computer and use it in GitHub Desktop.
mi .gitignore snippet
# Ignore bundler config
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
#ignorando otros archivos innecesarios.
doc/
*.swp
*~
.projects
.DS_Store
/config/database.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment