From 184298af6025d668d81fa5bf3bea458a324cb318 Mon Sep 17 00:00:00 2001 From: oabrivard Date: Thu, 13 Mar 2025 09:08:48 +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 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.gitignore b/.gitignore index 3ca43ae..3847228 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,20 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb +### IntelliJ IDEA ### +.idea/modules.xml +.idea/jarRepositories.xml +.idea/compiler.xml +.idea/libraries/ +*.iws +*.iml +*.ipr +out/ +!**/src/main/**/out/ +!**/src/test/**/out/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store \ No newline at end of file