Files
TunebladeSupressor/.gitignore
2025-11-09 19:23:54 +10:00

74 lines
774 B
Plaintext

## Build output
bin/
obj/
out/
artifacts/
## Visual Studio / JetBrains Rider / VS Code
.vs/
.idea/
*.suo
*.user
*.userosscache
*.sln.docstates
## NuGet
*.nupkg
*.snupkg
packages/
.nuget/
**/project.lock.json
**/project.fragment.lock.json
**/artifacts/
## Logs
*.log
*.tlog
## Cache
*.cache
*.db
*.db-shm
*.db-wal
## Backup files
*.bak
*.orig
## OS junk
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
## ASP.NET / IIS (if added later)
App_Data/
*.pubxml
*.publishsettings
## dotnet user secrets
**/secrets.json
*.secret
## .NET generated
*.deps.json
*.runtimeconfig.json
*.runtimeconfig.dev.json
## F# specific
*.fsi
*.fsjs
## Rider
.idea/
*.DotSettings.user
## VS Code
.vscode/
.history/
## JetBrains / ReSharper
_ReSharper.Caches/
_ReSharper*/
*.DotSettings.user