diff --git a/.gitignore b/.gitignore index 8627829c..7e6be9bf 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 00000000..7d9781ed Binary files /dev/null and b/.idea/icon.png differ