Add src/bin/ to .gitignore
Files in src/bin/ are used for testing with `cargo expand` and do not need to be committed.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
Makefile
|
||||
src/bin
|
||||
|
||||
Reference in New Issue
Block a user