From 0a9c7912f15ff2ab04709ca8cc708a205f5a6b9a Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 12 May 2020 03:02:40 -0400 Subject: [PATCH] Update gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 3a96203..58ebfef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,17 @@ + +# 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 + +# System/tool-specific ignores +.directory +*~