Sha256: e0c78d5cc31b2fe33663d9e3e5ae8cb8f9144118a6769ebdba2856cd53f4db94

Contents?: true

Size: 675 Bytes

Versions: 7

Compression:

Stored size: 675 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
/pkg/*

# 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

7 entries across 7 versions & 1 rubygems

Version Path
smartkiosk-server-0.10.4 .gitignore
smartkiosk-server-0.10.3 .gitignore
smartkiosk-server-0.10.2 .gitignore
smartkiosk-server-0.10.1 .gitignore
smartkiosk-server-0.10.0 .gitignore
smartkiosk-server-0.9.3 .gitignore
smartkiosk-server-0.9.2 .gitignore