Skip to content

Instantly share code, notes, and snippets.

@taiansu
Created March 30, 2012 13:01
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 taiansu/2251348 to your computer and use it in GitHub Desktop.
Save taiansu/2251348 to your computer and use it in GitHub Desktop.
Global GIT ignore file
# Global GIT ignore file list.
# These files will be ignored from all GIT repositories on the system.
# Mac files.
*.DS_Store
# Swap files.
*.swp
*.swn
*.swo
*.orig
# Redcar configuration.
.redcar
# RVM configuration.
.rvmrc
.rvmrc.*
# Rails database configuration.
config/database.yml
# This file sets up the load paths when using RVM with Passenger.
config/setup_load_paths.rb
# Rspec configuration.
spec/spec.opts
.rspec
# Watchr configuration.
watchr.rb
# Guard configuration.
Guardfile
# Rails schema file.
db/schema.rb
# Whiskey disk configuration.
config/deploy
config/deploy/local.yml
# Vmail log and buffer.
vmail.log
vmailbuffer
# Ruby Environment.
.rbenv-version
# Rails Assets.
public/assets
.jhw-cache
.sass-cache
# Guardfile.
.Guardfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment