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