Skip to content

Commit 038ae23

Browse files
bors[bot]h-michael
andcommitted
Merge #274
274: Add crates/*/target to gitignore r=matklad a=h-michael I am using rls and rust-analyzer together. Rls creates cache in `crates/*/target`, so I would like to add it to gitignore as well. Co-authored-by: Hirokazu Hata <[email protected]>
2 parents 4b433d2 + 04bb787 commit 038ae23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/target/
2+
crates/*/target
23
**/*.rs.bk
34
.idea/*
45
.vscode/*

0 commit comments

Comments
 (0)