From: Lukáš Jiřiště Date: Tue, 19 Nov 2024 14:30:33 +0000 (+0100) Subject: Add .DEFAULT to gitignore X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=f33db38370d6f9c54475cc645b78d955b20bc60d;p=Servomatic.git Add .DEFAULT to gitignore I am not entirely sure, what .DEFAULT is. I think it is used by arduino-cli for some bookkeeping? --- diff --git a/.gitignore b/.gitignore index a3fcfb0..08abd41 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .compile +.DEFAULT