Skip to content

Commit

Permalink
Fix file comment (#144)
Browse files Browse the repository at this point in the history
The comment should be `.gitattributes`, not `.gitignore`.
  • Loading branch information
lbausch authored Oct 19, 2022
1 parent 5e4861a commit 93f5b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ You can use a `.gitattributes` file in order to inform git that it shouldn't sho
diffs of `composer.lock` files.

```.gitattributes
# .gitignore
# .gitattributes
/vendor-bin/**/composer.lock binary
```

Expand Down

0 comments on commit 93f5b47

Please sign in to comment.