9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
# Ensure consistent line endings
|
|
* text=auto
|
|
|
|
# Exclude dev/meta files from release archives
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.git_disabled/ export-ignore
|
|
Tools/ export-ignore
|
|
docs/ export-ignore |