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
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:
@@ -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
4
.gitignore
vendored
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user