feat: Automatic release scripts

This commit is contained in:
2024-11-18 19:48:11 -06:00
parent 117ffd9103
commit ca094dd0f6
4 changed files with 127 additions and 0 deletions

15
.gitattributes vendored Normal file
View File

@@ -0,0 +1,15 @@
# Set the default behavior to automatically detect text files and perform LF normalization
* text=auto
# files that should not be modified
*.png binary
*.blend binary export-ignore
# files that should not get included in a release zip
README.md export-ignore
.vscode export-ignore
.git export-ignore
.github export-ignore
.gitignore export-ignore
.gitattributes export-ignore
.releaserc export-ignore