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