Skip to content

Instantly share code, notes, and snippets.

@RyanMacG
Created December 17, 2012 14:08
Show Gist options
  • Save RyanMacG/4318533 to your computer and use it in GitHub Desktop.
Save RyanMacG/4318533 to your computer and use it in GitHub Desktop.
basic .gitignore for rails projects
# Ignore bundler config
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
#Ignore other unneeded files.
doc/
public/uploads/
*.swp
*~
.project
.DS_Store
bundler_stubs/
.tm_properties
/config/database.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment