Skip to content

Commit 28c717b

Browse files
committed
Do not ignore files within .travis.scripts/
If a directory is excluded, a negation on the files within it (e.g. "!dir/*") has no effect. Since .travis.scripts/ is excluded by ".*", we need to negate the directory itself to ensure the files within are tracked.
1 parent 0e686fd commit 28c717b

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
@@ -49,7 +49,7 @@ php.ini
4949
!.github/
5050
!tests/utils/*.php
5151
!.travis.yml
52-
!.travis.scripts/*
52+
!.travis.scripts/
5353

5454

5555
!scripts

0 commit comments

Comments
 (0)