From 5dc80e37eb13931f3bdbacffaad5a945732e1209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 24 Aug 2021 16:09:50 +0200 Subject: become a godot asset --- .gdignore | 3 +++ .gitattributes | 15 +++++++++++++++ .gitignore | 18 +++++++++++++++++- 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 .gdignore create mode 100644 .gitattributes diff --git a/.gdignore b/.gdignore new file mode 100644 index 0000000..7454c37 --- /dev/null +++ b/.gdignore @@ -0,0 +1,3 @@ +assets +data +demo 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 diff --git a/.gitignore b/.gitignore index cb951af..494d256 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,18 @@ *~ -.import +icon.png.import +# Godot 4+ specific ignores +.godot/ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json + -- cgit v1.1-2-g2b99