From 41d2a2c77eac69d522aeb9e5078317d0633b1b94 Mon Sep 17 00:00:00 2001 From: JaniruTEC Date: Sat, 10 Apr 2021 23:16:00 +0200 Subject: [PATCH] Added .idea/uiDesigner.xml to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 900a21ae0..d0e6b59a3 100644 --- a/.gitignore +++ b/.gitignore @@ -21,5 +21,6 @@ pom.xml.versionsBackup .idea/compiler.xml .idea/encodings.xml .idea/jarRepositories.xml +.idea/uiDesigner.xml .idea/**/libraries/ *.iml \ No newline at end of file