mirror of
https://github.com/Xevion/bot-quality-speed.git
synced 2025-12-17 22:11:15 -06:00
feat: Automatic release scripts
This commit is contained in:
15
.gitattributes
vendored
Normal file
15
.gitattributes
vendored
Normal 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
|
||||
Reference in New Issue
Block a user