# 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 floo files
.floo
.flooignore

# Ignore system files that we don't want (these are linked in cap)
/public/system
/public/.htaccess

# Ignore ActiveStorage
/storage/**/*

# Ignore database files.
/db/*.sqlite3
/db/*.sqlite3-journal
pdx_db_test
/db/data
dump.rdb

# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
.env
.env.production
.byebug_history

# Ignore locally installed bundled gems
/vendor/bundle

# Ignore compiled assets
/public/assets

# Ignore Rubymine
.idea

# Ignore asdf file
.tool-versions

.rails_routes*
.rake_tasks~
.DS_Store
.ruby-gemset
*.pdf
/spec/example_failures.txt

# Ignore Docker stuff (see issues #503, #603)
Dockerfile
docker-compose.yml
.dockerignore

/public/packs
/public/packs-test
/node_modules
yarn-debug.log*
.yarn-integrity

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

# Ignore SimpleCov assets
coverage

# Ignore node management configuration file
.nvmrc

/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
package-lock.json

# plugin history
.history/

out/

.vscode/
