chore: Remove Claude AI development files from repository
Some checks failed
CI/CD Pipeline / Backend Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Tests (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (push) Has been cancelled
CI/CD Pipeline / Security Scan (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled

Removed files only needed for Claude AI development workflow:
- CLAUDE.md - AI context documentation (not needed to run app)
- .claude/settings.local.json - Claude Code CLI settings

Added to .gitignore:
- .claude/ - Claude Code CLI configuration directory
- CLAUDE.md - AI context file

These files are kept locally for development but excluded from repository.
Application does not require these files to function.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-31 17:38:34 +01:00
parent 4d31e16381
commit 147078d72f
3 changed files with 4 additions and 1219 deletions

4
.gitignore vendored
View File

@@ -56,10 +56,14 @@ jspm_packages/
# IDE files
.vscode/
.idea/
.claude/
*.swp
*.swo
*~
# AI context files
CLAUDE.md
# OS generated files
.DS_Store
.DS_Store?