mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
update .gitignore to exclude target directories in the crate directory (#1221)
This commit is contained in:
parent
78a644da2b
commit
3adf52b1c4
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,7 +3,7 @@
|
|||
**/*.rs.bk
|
||||
history.txt
|
||||
tests/fixtures/nuplayground
|
||||
|
||||
crates/*/target
|
||||
# Debian/Ubuntu
|
||||
debian/.debhelper/
|
||||
debian/debhelper-build-stamp
|
||||
|
|
Loading…
Reference in a new issue