mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-05-15 08:40:04 -05:00
used for choosing startup arguments when running from VS (for showing the dev menu and ignoring metadata)
22 lines
235 B
Plaintext
22 lines
235 B
Plaintext
|
|
# User-specific files
|
|
*.suo
|
|
*.user
|
|
launchSettings.json
|
|
|
|
# example binary files
|
|
sampleFiles/
|
|
|
|
# Build results
|
|
artifacts/
|
|
obj/
|
|
*.coverage
|
|
|
|
# Visual Studio 2015 cache/options directory
|
|
.vs/
|
|
|
|
# local downloaded nuget packages
|
|
packages/
|
|
|
|
|