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

View File

@@ -1,42 +0,0 @@
{
"permissions": {
"allow": [
"Bash(npx prisma generate:*)",
"Bash(docker-compose:*)",
"Bash(npx prisma migrate dev:*)",
"Bash(docker port:*)",
"Bash(netstat:*)",
"Bash(findstr:*)",
"Bash(npm run prisma:seed:*)",
"Bash(timeout 10 npm run start:dev:*)",
"Bash(npm run build:*)",
"Bash(npm install:*)",
"Bash(docker volume ls:*)",
"Bash(tasklist:*)",
"Bash(taskkill:*)",
"Bash(npm run start:dev:*)",
"Bash(npm run dev:*)",
"Bash(npx prisma:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git remote set-url:*)",
"Bash(npx playwright:*)",
"Bash(npm test:*)",
"Bash(npm run test:ui:*)",
"Bash(timeout 5 tail:*)",
"Bash(npm run test:headed:*)",
"Bash(npm run test:*)",
"Bash(curl:*)",
"Bash(ls:*)",
"Bash(node -e:*)",
"Bash(node check-users.js:*)",
"Bash(timeout /t 10 /nobreak)",
"Bash(dir:*)",
"Bash(lsof:*)",
"Bash(powershell -Command:*)",
"Bash(git rm:*)",
"Bash(docker ps:*)"
]
}
}

4
.gitignore vendored
View File

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

1177
CLAUDE.md

File diff suppressed because it is too large Load Diff