summaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: 6f20e8e4f63e257e3f311dd670eacf4b708139ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
/.gdignore          export-ignore
/LICENSE.md         export-ignore
/README.md          export-ignore
/default_env.tres   export-ignore
/project.godot      export-ignore
/icon.png*          export-ignore
/data               export-ignore
/demo               export-ignore