From 5b9aa55e8171ce19939c8687dbb8201bdf1606d2 Mon Sep 17 00:00:00 2001 From: 44r0n7 <44r0n7+gitea@pm.me> Date: Tue, 30 Dec 2025 10:55:12 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index 0b188bc..dffb269 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,21 @@ target/ # MSVC Windows builds of rustc generate these, which store debugging information *.pdb +# Editor/IDE +.idea/ +.vscode/ +*.iml + +# OS noise +.DS_Store +Thumbs.db + +# Env/config +.env +.env.* +.direnv/ +.envrc + # RustRover # JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore