feat(rust): add to .gitignore

This commit is contained in:
2026-06-04 20:18:34 -05:00
parent 0c581ed8b0
commit d00885ced7
+12
View File
@@ -7,5 +7,17 @@ result
debug/ debug/
target/ target/
# Editor configuration
.vscode/
.zed/
.helix/
.nvim.lua
# These are backup files generated by rustfmt # These are backup files generated by rustfmt
**/*.rs.bk **/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Ignore .DS_Store file in mac
**/.DS_Store