From a64a8fa8265177e9380de03e61084c84ea7bdd43 Mon Sep 17 00:00:00 2001 From: oabrivard Date: Wed, 30 Oct 2024 09:42:49 +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