Initial commit: AI-фоторедактор (Codex-редактирование, ComfyUI upscale, HEIC, история версий, Docker, Gitea Actions)
This commit is contained in:
16
.dockerignore
Normal file
16
.dockerignore
Normal file
@@ -0,0 +1,16 @@
|
||||
# Зависимости и состояние — не попадают в образ
|
||||
node_modules
|
||||
history
|
||||
.codex-jobs
|
||||
npm-debug.log*
|
||||
|
||||
# Временные и тестовые файлы
|
||||
_*
|
||||
*.tmp
|
||||
|
||||
# VCS и прочее
|
||||
.git
|
||||
.gitignore
|
||||
README.md
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
Reference in New Issue
Block a user