Sha256: f652beb4cec245eba13e6851a5842d11a94e18fda49f29ba9d8e49215e785af6

Contents?: true

Size: 971 Bytes

Versions: 3

Compression:

Stored size: 971 Bytes

Contents

# 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

# 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.*

# REFINERY CMS DEVELOPMENT ====================================================
# Always keep this section at the bottom.

config/database.yml
config/rackspace_cloudfiles.yml
your_*.*
db/schema.rb
public/refinery
config/ideal_load_path

# END REFINERY CMS DEVELOPMENT =================================================

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
refinerycms-core-2.0.2 lib/generators/refinery/cms/templates/.gitignore
refinerycms-core-2.0.1 lib/generators/refinery/cms/templates/.gitignore
refinerycms-core-2.0.0 lib/generators/refinery/cms/templates/.gitignore