diff options
author | Jamie Winsor <jamie@enmasse.com> | 2011-08-03 19:18:19 -0700 |
---|---|---|
committer | Jamie Winsor <jamie@enmasse.com> | 2011-08-03 19:18:19 -0700 |
commit | 274ba14ea24d2e59a4ddf2e09fd94fa9246f1c55 (patch) | |
tree | c61db4fd992067a80e47396fcfc2feabd542fe10 /spec/dummy/.gitignore | |
parent | 13c35c262072c06a97b178c9c9cabbe2482ac649 (diff) | |
download | refinerycms-blog-274ba14ea24d2e59a4ddf2e09fd94fa9246f1c55.tar.gz refinerycms-blog-274ba14ea24d2e59a4ddf2e09fd94fa9246f1c55.tar.bz2 refinerycms-blog-274ba14ea24d2e59a4ddf2e09fd94fa9246f1c55.zip |
refactor dummy application into git submodule
Diffstat (limited to 'spec/dummy/.gitignore')
m--------- | spec/dummy | 0 | ||||
-rw-r--r-- | spec/dummy/.gitignore | 77 |
2 files changed, 0 insertions, 77 deletions
diff --git a/spec/dummy b/spec/dummy new file mode 160000 +Subproject 84d66350ec474665e7d436dca479a142b091f87 diff --git a/spec/dummy/.gitignore b/spec/dummy/.gitignore deleted file mode 100644 index 55ff259..0000000 --- a/spec/dummy/.gitignore +++ /dev/null @@ -1,77 +0,0 @@ -# Rails -.bundle -db/*.sqlite3 -db/*.sqlite3-journal -*.log -tmp -tmp/**/* - -# Documentation -doc/api -doc/app -.yardoc -.yardopts -coverage - -# 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 - -# E-texteditor -.eprj - -# Backup -*~ - -# Capybara Bug -capybara-*html - -# sass -.sass-cache -.sass-cache/* - -#rvm -.rvmrc -.rvmrc.* - |