mirror of
https://git.tonybark.com/tonytins/Longhorn.git
synced 2026-02-10 08:14:51 -05:00
27 lines
275 B
Text
27 lines
275 B
Text
# .NET build outputs
|
|
bin/
|
|
obj/
|
|
*.dll
|
|
*.exe
|
|
*.pdb
|
|
|
|
# User-specific files
|
|
*.user
|
|
*.suo
|
|
*.userprefs
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Godot-specific ignores
|
|
project/.godot/
|
|
project/.import/
|
|
project/export_presets.cfg
|
|
|
|
# OS-specific
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# NuGet packages
|
|
*.nupkg
|
|
packages/
|