saucy/.dockerignore

31 lines
437 B
Plaintext
Raw Permalink Normal View History

2022-07-16 10:27:56 +00:00
Dockerfile
2022-09-28 20:07:58 +00:00
.git
2024-03-28 11:04:46 +00:00
# Ignore bundler config.
/.bundle
# 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 uploaded files in development.
/storage/*
!/storage/.keep
/tmp/storage/*
!/tmp/storage/
!/tmp/storage/.keep
/public/assets
# Ignore master key for decrypting credentials and more.
/config/master.key
/.env*.local