From fc2cee609971c0809966b010be8d03ce0738231f Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 29 May 2022 01:44:07 -0600 Subject: Initial commit --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..79d3eb4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Mono-specific ignores +.mono/ +data_*/ -- cgit v1.2.3