You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason the Arduino IDE creates a folder ~/.arduino15 and uses it for both cache, configuration and logs. That's not in-line with XDG Base Directory Specification and clutters people's home directories.
Arduino IDE should place it's cache in ~/.cache/arduino, configuration in ~/.config/arduino and logs in ~/.state/arduino.