Skip to content

Commit 482f434

Browse files
authored
Merge pull request #106 from mathstuf/gitignore-target-as-symlink
gitignore: ignore `target` as a symlink as well
2 parents 10f6ce7 + b74f4ec commit 482f434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
target/
1+
/target
22
node_modules/
33
**/*.rs.bk
44
Cargo.lock

0 commit comments

Comments
 (0)