summaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: 5813cb7b1778207e5de088ded6f6bcf465632643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
/assets             export-ignore
/data               export-ignore
/demo               export-ignore