Files
natsnet/.gitignore
2026-03-01 13:40:34 -05:00

51 lines
691 B
Plaintext

# SQLite transient files (WAL mode)
porting.db-journal
porting.db-wal
porting.db-shm
# .NET build output
**/bin/
**/obj/
# .NET user / IDE integration files
*.user
*.suo
*.userosscache
*.sln.docstates
# Visual Studio cache/options directory
.vs/
# Test results
**/TestResults/
# NuGet
*.nupkg
*.snupkg
project.lock.json
project.fragment.lock.json
*.nuget.props
*.nuget.targets
packages/
# Go build output
tools/go-analyzer/go-analyzer
# OS files
.DS_Store
Thumbs.db
# Generated reports (kept local, not versioned)
reports/
# IDE files
.idea/
.vscode/*.code-workspace
.vscode/settings.json
.vscode/tasks.json
.vscode/launch.json
# Local git worktrees
.worktrees/
.claude/worktrees/