Sha256: 669178ca7f054faa9027de18674217e4632f2e421534ac5b3d0665c4beca7282

Contents?: true

Size: 668 Bytes

Versions: 2

Compression:

Stored size: 668 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

.DS_Store

# Ignore bundler config
/.bundle
/.idea
/.rbx
/vendor/bundle
/vendor/certificates/*.cer
/vendor/certificates/*.key
/vendor/certificates/*.pem

/public/uploads
/public/builds
/public/assets

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

# Ignore all logfiles and tempfiles.
/log/*.log
/log/*.log.*
/log/gateways/*.log
/tmp

# Ignore JRuby JDBC bindings
.rvmrc

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smartkiosk-server-0.9.1 .gitignore
smartkiosk-server-0.9.0 .gitignore