1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-01-25 17:34:52 +01:00
axum/.gitignore
Rohan Jain a223fd8b85
Ignore target directories in individual examples ()
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