preventing tests being included in release
This commit is contained in:
parent
dfb16ea61d
commit
5b67721a6a
1 changed files with 2 additions and 4 deletions
6
.gitattributes
vendored
6
.gitattributes
vendored
|
@ -1,10 +1,11 @@
|
|||
doc/ export-ignore
|
||||
tst/ export-ignore
|
||||
js/.istanbul.yml export-ignore
|
||||
js/.nycrc.yml export-ignore
|
||||
js/common.js export-ignore
|
||||
js/test/ export-ignore
|
||||
.codeclimate.yml export-ignore
|
||||
.csslintrc export-ignore
|
||||
.dockerignore export-ignore
|
||||
.editorconfig export-ignore
|
||||
.eslintignore export-ignore
|
||||
.eslintrc export-ignore
|
||||
|
@ -16,7 +17,4 @@ js/test/ export-ignore
|
|||
.php_cs export-ignore
|
||||
.styleci.yml export-ignore
|
||||
.travis.yml export-ignore
|
||||
Dockerfile export-ignore
|
||||
docker-compose.yml export-ignore
|
||||
docker/ export-ignore
|
||||
composer.json export-ignore
|
||||
|
|
Loading…
Reference in a new issue