Sha256: dcca56c9d51e088583d265c2c0a1559bc56fd9c146a0b069d347c0f9a211da94

Contents?: true

Size: 695 Bytes

Versions: 45

Compression:

Stored size: 695 Bytes

Contents

# See https://help.github.com/articles/ignoring-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
/db/*.sqlite3-journal

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep

# Ignore uploaded files in development
/storage/*
!/storage/.keep

/node_modules
/yarn-error.log

/public/assets
.byebug_history

# Ignore master key for decrypting credentials and more.
/config/master.key

Version data entries

45 entries across 44 versions & 3 rubygems

Version Path
tainted_love-0.4.0 tests/rails/.gitignore
tests_doc-0.0.4 examples/rails-5.2.3/.gitignore
tainted_love-0.1.5 example/.gitignore
tainted_love-0.1.4 example/.gitignore
tainted_love-0.1.3 example/.gitignore