Sha256: c24de085720d36754fbe50d427932e8255a2930b59db460f778fafae0dce8ace

Contents?: true

Size: 765 Bytes

Versions: 6

Compression:

Stored size: 765 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
pkg

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bookingit-0.5.0 .gitignore
bookingit-0.4.1 .gitignore
bookingit-0.4.0 .gitignore
bookingit-0.3.0 .gitignore
bookingit-0.2.0 .gitignore
bookingit-0.1.0 .gitignore