mirror of
https://github.com/Xevion/research-multipliers.git
synced 2025-12-05 23:16:01 -06:00
16 lines
425 B
Plaintext
16 lines
425 B
Plaintext
# 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
|
|
.scripts export-ignore
|
|
.git export-ignore
|
|
.github export-ignore
|
|
.gitignore export-ignore
|
|
.gitattributes export-ignore
|
|
.releaserc export-ignore |