Sha256: 3e996796da53c4fd1a0904c25a1fa703bfc8cc7c8066ded4380fe2c213ac3bd8

Contents?: true

Size: 1.16 KB

Versions: 2

Compression:

Stored size: 1.16 KB

Contents

# bundler state
/.bundle
/vendor/bundle/
/vendor/ruby/

# minimal Rails specific artifacts
*.sqlite3
*.sqlite3-journal
/log/*
/tmp/*
.ruby-version
test_app/tmp
test_app/log
test_app/db/*.sqlite3

# configuration file introduced in Rails 4.1
/config/secrets.yml

.localeapp

# various artifacts
**.war
*.rbc
*.sassc
.rspec
.redcar/
.sass-cache
/coverage.data
/coverage/
/db/*.javadb/
/db/*.sqlite3
/doc/api/
/doc/app/
/doc/features.html
/doc/specs.html
/public/cache
/public/assets
/public/stylesheets/compiled
/public/system/*
/spec/tmp/*
/cache
/capybara*
/capybara-*.html
/gems
/specifications
rerun.txt
pickle-email-*.html
.zeus.sock
webrat.log
public/images
public/extra_pictures/
public/main_pictures/
# 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
#
# Here are some files you may want to ignore globally:

# scm revert files
**.orig

# Mac finder artifacts
.DS_Store

# Netbeans project directory
/nbproject/

# RubyMine project files
.idea

# Textmate project files
/*.tmproj

# vim artifacts
**.swp
.localeapp

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
post_clerk-0.6 .gitignore
post_clerk-0.5 .gitignore