Update .gitignore

This commit is contained in:
2025-12-30 10:55:12 -05:00
parent 3c0c022c79
commit 5b9aa55e81

15
.gitignore vendored
View File

@@ -10,6 +10,21 @@ target/
# MSVC Windows builds of rustc generate these, which store debugging information # MSVC Windows builds of rustc generate these, which store debugging information
*.pdb *.pdb
# Editor/IDE
.idea/
.vscode/
*.iml
# OS noise
.DS_Store
Thumbs.db
# Env/config
.env
.env.*
.direnv/
.envrc
# RustRover # RustRover
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can # 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 # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore