37 lines
444 B
Plaintext
37 lines
444 B
Plaintext
#Ignore thumbnails created by Windows
|
|
Thumbs.db
|
|
#Ignore files built by Visual Studio
|
|
*.user
|
|
*.aps
|
|
*.pch
|
|
*.vspscc
|
|
*_i.c
|
|
*_p.c
|
|
*.ncb
|
|
*.suo
|
|
*.bak
|
|
*.cache
|
|
*.ilk
|
|
*.log
|
|
[Bb]in
|
|
[Dd]ebug*/
|
|
*.sbr
|
|
obj/
|
|
[Rr]elease*/
|
|
_ReSharper*/
|
|
/.vs/*
|
|
|
|
DataBackup/
|
|
*.db
|
|
/.claude/*
|
|
|
|
# Production secrets and configuration
|
|
auth-secrets.json
|
|
docker-compose.yml
|
|
docker-compose.override.yml
|
|
/WebApp/logs/*
|
|
/WebApp/DataProtectionKeys/*
|
|
|
|
# Runtime data directory
|
|
/WebApp/Data/*
|