e79d2d6108
deploy / deploy (push) Failing after 44m43s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
31 lines
327 B
Plaintext
31 lines
327 B
Plaintext
# .NET
|
|
bin/
|
|
obj/
|
|
*.user
|
|
.vs/
|
|
appsettings.*.local.json
|
|
|
|
# Stale Next.js build output (project migrated to .NET)
|
|
.next/
|
|
node_modules/
|
|
|
|
# CMS data (SQLite DB + uploads live in the Docker volume)
|
|
/data
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
*.pem
|
|
Thumbs.db
|
|
|
|
# Claude agent state
|
|
.claude/
|