From 9ce7046d795f77f35ad31d2aa10920bc28af082d Mon Sep 17 00:00:00 2001 From: Morev_Nikita Date: Thu, 18 Sep 2025 11:36:36 +0200 Subject: [PATCH] ignore .import files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0af181c..4ca3f34 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ # Godot 4+ specific ignores .godot/ /android/ + +*.import \ No newline at end of file