From c6d544f976ffe37c4bb743ae254159a64085ff3d Mon Sep 17 00:00:00 2001 From: oabrivard Date: Thu, 11 Apr 2024 07:33:30 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index adf8f72..a09fef2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,18 @@ +# Mac OSX +.DS_Store + +# IntelliJ +*.iml +*.ipr +*.iws +.idea/ +/build/ +/dist/ +/out/ + +# VS Code +settings.json + # ---> Go # If you prefer the allow list template instead of the deny list, see community template: # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore