HexManiacAdvance/.gitignore
haven1433 4ca642c1c2 build system for faster releases
making a release is less tedious with these new utilities.
* bump can bump the patch, minor, or major version, and returns the new version.
* release can commit the files changed by bump, then tag, build, and zip.
2023-03-10 22:28:21 -06:00

23 lines
229 B
Plaintext

# User-specific files
*.suo
*.user
launchSettings.json
# example binary files
sampleFiles/
# Build results
artifacts/
obj/
*.coverage
# cache/options directory
.vs/
__pycache__/
# local downloaded nuget packages
packages/