Sha256: b8301e0a556f75a9771687860cc81cb7f55a8ae953a11eab83bafb0c299b8530
Contents?: true
Size: 1.2 KB
Versions: 59
Compression:
Stored size: 1.2 KB
Contents
# See http://help.github.com/ignore-files/ for more about ignoring files. # # If you find yourself ignoring temporary files generated by your text editor # or operating system, you probably want to add a global ignore instead: # git config --global core.excludesfile '~/.gitignore_global' # Ignore bundler config. /.bundle # Gems /Gemfile.lock # Ignore the default SQLite database. /db/*.sqlite3 /db/*.sqlite3-journal # Ignore gem building folder: pkg pkg # Ignore log and tmp files log/* *.log tmp tmp/**/* # Documentation /doc/ doc/api doc/app .yardoc /_yardoc/ .yardopts # 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 # RVM / rbenv .ruby-version .ruby-gemset .rvmrc # Vim *.swp *.swo # RubyMine .idea # E-texteditor .eprj # Backup *~ # Capybara Bug capybara-*html # sass .sass-cache .sass-cache/* # SimpleCov (tests code converage) /coverage # RSpec /spec/reports/ .rspec_status
Version data entries
59 entries across 59 versions & 2 rubygems