Sha256: 84635cccf3e3c57181c727913957a8e90029b54044a1f5304341103aecbb5906

Contents?: true

Size: 761 Bytes

Versions: 1

Compression:

Stored size: 761 Bytes

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

# Ignore the default SQLite database.
/db/*.sqlite3

# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
# vim
*.sw?
*.rbc
*.sassc
.sass-cache
capybara-*.html
.rspec
/vendor/bundle
/public/system/*
/coverage/
/spec/tmp/*
**.orig
rerun.txt
pickle-email-*.html

.rvmrc
.rbenv-version

config/database.yml

.idea/*

.DS_Store
# Emacs
.\#*
*~
\#*

.vimrc
.jhw-cache
.tddium*
db/tmp
spec/file-upload/stylecard-from-db.jpg
.env
results.html

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookingit-0.0.1 .gitignore