Files
EIS-dotnet/.dockerignore
2026-07-23 19:59:15 +08:00

22 lines
178 B
Plaintext

.git
.agents
.codex
tests
.env
.env.*
!.env.example
!.env.docker.example
data/*
!data/.gitkeep
**/node_modules
*.log
Dockerfile*
compose*.yml
compose*.yaml
README.md
LICENSE