Add root .gitignore to keep Rust target/ and common artifacts untracked
This commit is contained in:
parent
6a3e4d3f68
commit
8373a8c9be
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Rust build output
|
||||||
|
target/
|
||||||
|
**/target/
|
||||||
|
|
||||||
|
# Cargo lock for libraries (optional; binary crates often commit Cargo.lock)
|
||||||
|
# Cargo.lock
|
||||||
|
|
||||||
|
# IDE / editor
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Environment and local overrides
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
*.local
|
||||||
Loading…
x
Reference in New Issue
Block a user