chore: exclude .claude/ and docs/ from Docker build context
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+3
-1
@@ -16,9 +16,11 @@ __pycache__/
|
||||
env/
|
||||
venv/
|
||||
|
||||
# Ignore Git files
|
||||
# Ignore Git and editor files
|
||||
.git
|
||||
.gitignore
|
||||
.claude/
|
||||
docs/
|
||||
|
||||
# Ignore DB files
|
||||
imagerepo/
|
||||
|
||||
Reference in New Issue
Block a user