Files
soroushasadi/.gitignore
T
soroush.asadi e79d2d6108
deploy / deploy (push) Failing after 44m43s
Ignore stale Next.js build output (.next/, node_modules/)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 08:30:06 +03:30

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/