From 6406cd4708aeec04c23ffdf098e3319a404e7ed9 Mon Sep 17 00:00:00 2001 From: Raffaele Picca Date: Thu, 18 Feb 2021 20:31:25 +0100 Subject: Initial Commit --- src/.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/.gitignore (limited to 'src/.gitignore') diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..4f48ad7 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,11 @@ +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ -- cgit v1.2.3