mirror of
https://git.tonybark.com/tonytins/Longhorn.git
synced 2026-02-10 16:24:51 -05:00
Initial source commit 🎉
This commit is contained in:
commit
7d823aa78b
12 changed files with 305 additions and 0 deletions
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# .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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue