gift/.gitattributes
2021-05-21 08:44:54 -04:00

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