here's the new gitignore
This commit is contained in:
parent
ad62a155f1
commit
0efc0fd6c9
1 changed files with 43 additions and 1 deletions
42
.gitignore
vendored
42
.gitignore
vendored
|
@ -1,2 +1,44 @@
|
||||||
.bundle
|
.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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue