claude-usage-widget/.gitignore
Claude 4717458b82 Remove development artifacts for PR
- Remove CHANGES.md (development planning document)
- Revert author field to original (contributors credited via git)
- Remove personal .gitignore entry

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-24 13:51:06 -05:00

38 lines
316 B
Text

# Dependencies
node_modules/
package-lock.json
# Build output
dist/
build/
out/
# OS files
.DS_Store
Thumbs.db
desktop.ini
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment
.env
.env.local
.env.*.local
# Electron
*.electron/
# Cache
.cache/
.temp/