Skip to content

Commit

Permalink
Refactored .gitignore file so that it is easier to read.
Browse files Browse the repository at this point in the history
Also added ignores for Redcar.
  • Loading branch information
Steven Heidel committed Jul 19, 2010
1 parent ca1d9af commit 167c80b
Showing 1 changed file with 50 additions and 15 deletions.
65 changes: 50 additions & 15 deletions .gitignore
@@ -1,28 +1,63 @@
public/system/*
public/themes/*
*.log
# Rails
.bundle
db/*.sqlite3
log/*.log
tmp/**/*
.DS_Store

# Documentation
doc/api
doc/app
doc/*
config/database.yml
config/amazon_s3.yml
config/rackspace_cloudfiles.yml
nbproject
.yardoc
.yardopts

# Public Uploads
public/system/*
public/themes/*

# Public Cache
public/javascripts/cache
public/stylesheets/cache

# Vendor Cache
vendor/cache

# Acts as Indexed
index/**/*
db/*.sqlite3

# Refinery Specific
*.tmproj
*.autobackupbyrefinery.*
/refinerycms-*.gem
public/javascripts/cache
public/stylesheets/cache
.yardoc/
vendor/cache
.bundle

# Mac
.DS_Store

# NetBeans
nbproject

# Redcar
.redcar
tags

# Rubinius
*.rbc

# Vim
*.swp
*.swo

# RubyMine
.idea

# Backup
*~

# Capybara Bug
capybara-*html
.idea

# Development Specific
# REMOVE IF UPLOADING TO SERVER
config/database.yml
config/amazon_s3.yml
config/rackspace_cloudfiles.yml

0 comments on commit 167c80b

Please sign in to comment.