# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# Temporary files generated by your text editor or operating system
# belong in git's global ignore instead:
# `$XDG_CONFIG_HOME/git/ignore` or `~/.config/git/ignore`

# Ignore bundler config.
/.bundle

# Ignore all environment files.
/.env*

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
/public/assets/
/public/system/
/public/cache/
/shrine/

# Ignore pidfiles, but keep the directory.
/tmp/pids/*
!/tmp/pids/
!/tmp/pids/.keep

# Ignore storage (uploaded files in development and any SQLite databases).
/storage/*
!/storage/.keep
/tmp/storage/*
!/tmp/storage/
!/tmp/storage/.keep
*.pdf
/debshots2.sublime-workspace

/public/assets

/node_modules/
/vendor/bundle/ruby/
/vendor/ruby/
/.rbenv-vars
/.vscode
*.sql

# Ignore master key for decrypting credentials and more.
/config/master.key
# Automatically generated yardoc
doc/*.html
.yardoc/
doc/js/*.js
.byebug_history
debshots-workspace.code-workspace

/app/assets/builds/*
!/app/assets/builds/.keep

/node_modules

/config/credentials/development.key
