Add .claude/ to .gitignore
Build and Push Docker Images / build (push) Successful in 9s

Claude Code stores session files under .claude/ — these are local tooling
artifacts and should not be tracked in the repository.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-22 19:03:47 +03:00
parent cf064531c5
commit 7bed001d8b
+3
View File
@@ -3,6 +3,9 @@
## ##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# Claude Code session files
.claude/
# Environment Variables - DO NOT COMMIT # Environment Variables - DO NOT COMMIT
*.env *.env
.env .env