Skip to content

Commit

Permalink
here's the new gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
djones committed Sep 7, 2010
1 parent ad62a15 commit 0efc0fd
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,44 @@
.bundle
*.gem
*.gem
*.DS_Store

# Documentation
doc/api
doc/app
doc/*
.yardoc
.yardopts

# Refinery Specific
*.tmproj
*.autobackupbyrefinery.*
/refinerycms-blog*.gem
.autotest

# Mac
.DS_Store

# NetBeans
nbproject

# Eclipse
.project

# Redcar
.redcar

# Rubinius
*.rbc

# Vim
*.swp
*.swo

# RubyMine
.idea

# Backup
*~

# Capybara Bug
capybara-*html

0 comments on commit 0efc0fd

Please sign in to comment.