From dd0e8529f0a14fee5e31158fd6bbcf43a68caf63 Mon Sep 17 00:00:00 2001 From: noizu Date: Thu, 11 Sep 2025 10:33:31 +0700 Subject: [PATCH] Git ignore update --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.gitignore b/.gitignore index 3d0916918..d8f064b19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,22 @@ + +# direnv +.envrc.local + + +# Intelij +.idea/ + +# VS Code +.vs/ + +# Sonar +.scannerwork/ +.vs/ +bw-output/ +out/ +sonar/ + + # Object files *.o *.ko