From bfa516539c9232cd20ca7def516b2f3e1bb5f57c Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 21 Apr 2020 16:52:27 -0400 Subject: Add gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..846494b --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ + +# System/tool-specific ignores +.directory +*~ -- cgit v1.2.3