From: J-N-K Date: Sat, 30 Apr 2022 09:53:25 +0000 (+0200) Subject: Add .gradle to .gitgnore (#12664) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=fe0ae8a6be70ac76b328f2477a4b64174ca9a329;p=openhab-addons.git Add .gradle to .gitgnore (#12664) This is sometimes added by IntelliJ when importing a project. Signed-off-by: Jan N. Klug --- diff --git a/.gitignore b/.gitignore index 65c1696293..93f8fcbb62 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ .idea .project .DS_Store +.gradle *.iml npm-debug.log .build.log