Sha256: b62f05b76a8b6eefaf7aa07ce893b1c0fdf2438cf1cdc21720c47aa35465b0b5

Contents?: true

Size: 692 Bytes

Versions: 1

Compression:

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

.DS_Store
/pgdata
/vendor/bundle

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

# Ignore built versions
bnb_blazer-*

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bnb_blazer-0.4.0 .gitignore