diff --git a/.gitignore b/.gitignore index 8627829c0..7e6be9bfb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,8 @@ *.factorypath # IntelliJ IDEA -.idea +.idea/* +!.idea/icon.png *.iws *.iml *.ipr @@ -178,6 +179,5 @@ ui/dist apps/static models/ data -.idea .dev poetry.lock diff --git a/.idea/icon.png b/.idea/icon.png new file mode 100644 index 000000000..7d9781edb Binary files /dev/null and b/.idea/icon.png differ