29 May 2013

my .gitignore

this is always evolving ... but currently it looks like this:

###################################
# Rails
db/*.sqlite3
db/*.sqlite3-journal
log/
tmp/
*.log
tmp/**/*
.tmp*
# Documentation
doc/api
doc/app
# Public Uploads
public/system/*
public/themes/*
# Public Cache
public/javascripts/cache
public/stylesheets/cache
# Vendor Cache
vendor/cache
# Acts as Indexed
index/**/*
# Refinery Specific
*.tmproj
*.autobackupbyrefinery.*
/refinerycms-*.gem
.autotest
# Mac
.DS_Store
# Windows
Thumbs.db
# NetBeans
nbproject
# Eclipse
.project
# Redcar
.redcar
# Rubinius
*.rbc
# Vim
*.swp
*.swo
*~
# RubyMine
.idea
# Backup
*~
# Capybara Bug
capybara-*html
# sass
.sass-cache
.sass-cache/*
#rvm
.rvmrc
.rvmrc.*
# other
.loadpath
all.js
all.css
temp*.txt
config/database.yml
*.dump
.bashrc
.foreman
# simplecov/rcov generated
coverage
coverage.data
# rdoc generated
rdoc
# yard generated
doc
.yardoc
.yardopts
# bundler
.bundle
# jeweler generated
pkg

No comments:

Post a Comment