Skip to content

Instantly share code, notes, and snippets.

@mrrooijen
Created July 29, 2009 09:41
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 mrrooijen/157960 to your computer and use it in GitHub Desktop.
Save mrrooijen/157960 to your computer and use it in GitHub Desktop.
Git Ignore File for my Capistrano recipe
# Author: Michael van Rooijen
# Description:
# If you are using my Capistrano Recipe, be sure to add these lines to your .gitignore file.
# It will prevent problems when deploying incase your generated the all.js/all.css, assets, database.yml etc.
# Assets and Database yaml should be stored in the "shared" section of the application, not inside the actual application with every release.
.DS_Store
log/*.log
tmp/**/*
config/database.yml
db/*.sqlite3
public/assets
public/javascripts/all.js
public/stylesheets/all.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment