Add .dockerignore (exclude .env, .agent-config, node_modules, data)

This commit is contained in:
ifedan-ed 2026-03-21 19:27:21 -04:00
parent 04252c3015
commit c30708f1cc

11
.dockerignore Normal file
View file

@ -0,0 +1,11 @@
.env
.env.*
!.env.example
.git
.gitignore
.agent-config
node_modules
data/
*.log
*.md
.DS_Store