11 lines
364 B
Text
11 lines
364 B
Text
# Normalize EOL for all files that Git considers text files.
|
|
* text=auto eol=lf
|
|
|
|
# Ignore some files when exporting to a ZIP.
|
|
/.gitattributes export-ignore
|
|
/.gitignore export-ignore
|
|
/LICENSE export-ignore
|
|
/README.md export-ignore
|
|
/project.godot export-ignore
|
|
/icon.png export-ignore
|
|
/icon.png.import export-ignore
|