Skip to content

Commit 1c1f92b

Browse files
committed
Merge pull request #37 from cordoval/37-ignore-bins
ignore bins
2 parents 71a1098 + 1e541c3 commit 1c1f92b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/vendor/
2-
bin/phpcs
3-
bin/phpunit
2+
/bin/phpcs
3+
/bin/phpunit
4+
/bin/jsonlint
5+
/bin/validate-json
6+
/bin/box

0 commit comments

Comments
 (0)