hashtags icon indicating copy to clipboard operation
hashtags copied to clipboard

Add docker-compose.override file into gitignore

Open suecarmol opened this issue 10 months ago • 1 comments

Added docker-compose.override file into gitignore

suecarmol avatar Apr 04 '24 18:04 suecarmol

Thanks for the fix! we should also add ./backup/.gitignore containing something like:

# Ignore everything in this directory
*
# Except this file
!.gitignore

so we don't accidentally commit backups

Done!

suecarmol avatar Apr 04 '24 18:04 suecarmol