2a75c9550e
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
49 lines
548 B
Plaintext
49 lines
548 B
Plaintext
|
|
#Ignore thumbnails created by Windows
|
|
Thumbs.db
|
|
#Ignore files built by Visual Studio
|
|
*.obj
|
|
*.exe
|
|
*.pdb
|
|
*.user
|
|
*.aps
|
|
*.pch
|
|
*.vspscc
|
|
*_i.c
|
|
*_p.c
|
|
*.ncb
|
|
*.suo
|
|
*.tlb
|
|
*.tlh
|
|
*.bak
|
|
*.cache
|
|
*.ilk
|
|
*.log
|
|
[Bb]in
|
|
[Dd]ebug*/
|
|
*.lib
|
|
*.sbr
|
|
obj/
|
|
[Rr]elease*/
|
|
_ReSharper*/
|
|
[Tt]est[Rr]esult*
|
|
.vs/
|
|
.idea/
|
|
#Nuget packages folder
|
|
packages/
|
|
/MoneyMap/wwwroot/lib/
|
|
/MoneyMap/wwwroot/receipts/
|
|
**/publish/
|
|
|
|
# Environment files with secrets
|
|
.env
|
|
|
|
# Local settings
|
|
settings.local.json
|
|
|
|
# Superpowers plans/specs
|
|
docs/superpowers/
|
|
|
|
# Playwright MCP artifacts
|
|
.playwright-mcp/
|