diff --git a/.dockerignore b/.dockerignore index 1935a138..f75c7ca6 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,6 @@ # Git and GitHub folders -.git -.github +.git/* +.github/* # Docker and CI/CD related files docker-compose.yml @@ -10,6 +10,7 @@ docker-compose.yml Dockerfile # Documentation and license +docs/* README.md README_CN.md MANAGEMENT_API.md @@ -20,6 +21,11 @@ LICENSE config.example.yaml # Runtime data folders (should be mounted as volumes) -auths -logs +auths/* +logs/* +conv/* config.yaml + +# Development/editor +.claude/* +.vscode/* diff --git a/.gitignore b/.gitignore index ee4c3373..7b3ddfe5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ config.yaml docs/* logs/* +conv/* auths/* !auths/.gitkeep -AGENTS.md \ No newline at end of file +.vscode/* +.claude/* +AGENTS.md +CLAUDE.md \ No newline at end of file