From 099b2cd697b690c28befd718a2863d0416f8ce42 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 12 May 2020 01:02:55 -0400 Subject: [PATCH] Update gitignore file --- .gitignore | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3abd75d..0a1b764 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,22 @@ -.import + +# 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 +*~ + +# Project-specific ignores /visuals /audio /godot/debug/save -- GitLab