Sha256: 21351ef2173d2dad1bc5ee41eddde47c9ac7f941763d19a35db6a547ae90cf2b

Contents?: true

Size: 654 Bytes

Versions: 2

Compression:

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bnb_blazer-0.3.0 .gitignore
bnb_blazer-0.2.0 .gitignore