12 lines
404 B
Plaintext
12 lines
404 B
Plaintext
# Normalize EOL for all files that Git considers text files.
|
|
* text=auto eol=lf
|
|
|
|
# Ignore some files when exporting.
|
|
/.github export-ignore
|
|
/.gitattributes export-ignore
|
|
/default_env.tres export-ignore
|
|
/icon.png export-ignore
|
|
/icon.png.import export-ignore
|
|
/project.godot export-ignore
|
|
/README.md export-ignore
|