Re-add things that were accidentally removed

This commit is contained in:
Aaron Franke
2021-05-21 08:29:43 -04:00
parent 65aacbcf2a
commit 25c2bbc80a
14 changed files with 127 additions and 30 deletions

11
.gitattributes vendored Normal file
View File

@@ -0,0 +1,11 @@
# 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