Skip to content

Commit

Permalink
Add target directory for sub-crates to gitignore (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavientois committed Aug 27, 2020
1 parent 421783c commit 63fd4ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/target
crates/*/target
**/*.rs.bk
Cargo.lock
.cargo/config
/.idea
/.vscode
/.vscode

0 comments on commit 63fd4ae

Please sign in to comment.