Files
oecs-sharp/.gitignore
T
hypercross 5594515a53 feat: add local NuGet development workflow
Add a local NuGet feed configuration, a Directory.Build.props
template for Godot users, and automate source generator bundling
into the NuGet package.
2026-07-19 00:30:36 +08:00

34 lines
288 B
Plaintext

# Build results
[Dd]ebug/
[Rr]elease/
x64/
x86/
[Bb]in/
[Oo]bj/
*.user
*.suo
*.cache
# NuGet
*.nupkg
**/[Pp]ackages/*
!**/[Pp]ackages/build/
*.nuget.props
*.nuget.targets
nupkgs/
# IDE
.vs/
.vscode/
.idea/
*.swp
*~
# OS
.DS_Store
Thumbs.db
# Test results
TestResults/
*.trx
*.coverage