axum/.gitignore
Rohan Jain a223fd8b85
Ignore target directories in individual examples (#981)
These get created with `rust-analyzer`, which pollutes the git status
output.
2022-05-02 17:20:23 +02:00

5 lines
65 B
Text

/target
/examples/target
/examples/*/target
Cargo.lock
.DS_Store