mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-03-21 17:34:13 -05:00
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.
23 lines
229 B
Plaintext
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/
|
|
|
|
|