From ceb3a049b2a51ca7cdb082d5a56c26d7c6549283 Mon Sep 17 00:00:00 2001 From: Roman Gräf Date: Fri, 17 Apr 2020 23:12:34 +0200 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