From b0d077d39a35177ed7aae42b2400579b4398d7c0 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Wed, 27 Apr 2022 10:50:13 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0b224f8..63041db 100644 --- a/.gitignore +++ b/.gitignore @@ -173,4 +173,8 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.toptal.com/developers/gitignore/api/linux,maven,windows,macos,intellij+all \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/linux,maven,windows,macos,intellij+all + +/.classpath +/.project +/.settings/ \ No newline at end of file