Skip to content

Commit c837689

Browse files
authored
Fix formatting of target directory in .gitignore
1 parent 7a4d386 commit c837689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Rust build artifacts
2-
/target/
2+
target/
33
**/*.rs.bk
44

55
# Compiled libraries and debug symbols

0 commit comments

Comments
 (0)