summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2021-08-24 16:09:50 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2021-08-24 16:09:50 +0200
commit5dc80e37eb13931f3bdbacffaad5a945732e1209 (patch)
treee1665e242a8ba2542ee438b465606ca36ecf9875 /.gitattributes
parentd990facdbad2d8aef392c7f0e1e3cd79672dde95 (diff)
downloadgodot-hexgrid-5dc80e37eb13931f3bdbacffaad5a945732e1209.zip
godot-hexgrid-5dc80e37eb13931f3bdbacffaad5a945732e1209.tar.gz
become a godot asset
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..5813cb7
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,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