chore: add backups to dockerignore

This commit is contained in:
xfy 2026-07-10 11:27:44 +08:00
parent 8c88e82acd
commit d537c641c4

View File

@ -17,6 +17,8 @@ public/yggdrasil-core/
# Uploads directory is created at runtime; only keep the gitkeep marker.
uploads/*
!uploads/.gitkeep
backups/*
!backups/.gitkeep
# Docker files themselves are not needed in the build context.
Dockerfile