Files
scrying-pool/.gitignore
T
uberwald 95525d8778
CI / ci (push) Successful in 57s
Release Creation / build (release) Successful in 1m9s
Remove .agents and .claude from remote repository
- Added to .gitignore to keep locally
- Removed from git tracking
2026-05-25 21:39:25 +02:00

24 lines
284 B
Plaintext

# Build output - except the compiled CSS which is required for distribution
dist/
!styles/scrying-pool.css
node_modules/
*.zip
*.lock
# IDE
.vscode/
.idea/
# Environment
.env
# macOS
.DS_Store
# Logs
*.log
# AI agent configurations (keep locally, don't commit)
.agents/
.claude/