Refine .gitignore and .dockerignore files

This commit is contained in:
hkfires
2025-09-14 16:29:06 +08:00
parent 9fce13fe03
commit d6037e5549
2 changed files with 15 additions and 5 deletions

View File

@@ -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/*

4
.gitignore vendored
View File

@@ -1,6 +1,10 @@
config.yaml
docs/*
logs/*
conv/*
auths/*
!auths/.gitkeep
.vscode/*
.claude/*
AGENTS.md
CLAUDE.md