39 lines
473 B
Plaintext
39 lines
473 B
Plaintext
# .NET build artifacts
|
|
bin/
|
|
obj/
|
|
|
|
# User-specific files
|
|
*.user
|
|
*.suo
|
|
*.userprefs
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
|
|
# Rider
|
|
.idea/
|
|
|
|
# Build logs
|
|
*.log
|
|
|
|
# Auto-generated files
|
|
Generated_Code/
|
|
|
|
# OS junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# raylib native binaries (optional — include if you copy DLLs manually)
|
|
raylib.dll
|
|
libraylib.so
|
|
libraylib.dylib
|
|
|
|
# NuGet packages (optional, unless you're checking in .nupkg)
|
|
*.nupkg
|
|
*.snupkg
|
|
|
|
# dotnet tools and temporary files
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*.swo |