budget/.dockerignore
Andrew Tomaka faef71fb9c
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Attempt to add Docker (via Rails 7.1 file)
2023-03-08 19:35:40 -05:00

28 lines
545 B
Text

# See https://docs.docker.com/engine/reference/builder/#dockerignore-file for more about ignoring files.
# Ignore bundler config.
/.bundle
# Ignore all default key files
config/master.key
config/credentials/*.key
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
# 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
/public/assets