From 06594b78efd384a462af57d71122c070bb8936fb Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 23 Jan 2023 09:19:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=A1=D0=9A=D0=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a7a9972..d053cda 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,23 @@ -.idea/* +# Godot-specific ignores +.import/ +.dev/ +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 *~ -.fuse_hidden* +/.idea/ +/build/ +/html/ +/commit.gd + +.fuse_hidden* \ No newline at end of file