Files
research-multipliers/.gitattributes
2024-12-11 21:07:24 -06:00

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