diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-09-19 21:31:14 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-09-19 21:41:31 +0200 |
commit | 8f9c34117c82aa80d221d3455f45f7255326b352 (patch) | |
tree | d1cf7b08a7fa54c8d8820b1f5d9422dbc04b617d /.gitignore | |
parent | 456439b34817b366b06c32d142a934b90b6c7aec (diff) |
Only ignore ./vendor, not vendor in subdirs
Previously this would ignore public_html/data/js/vendor which is not
what we want.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ca349b51f..a461091bd 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,6 @@ application/logs/* !application/logs/.htaccess data/js/main.min.js -vendor +/vendor code-coverage-report.xml code-coverage-report/ |