chore: optimize package

pull/173/head
Felix Becker 2017-11-01 23:45:55 -07:00
parent 3cb3331cc9
commit fbb1ee6632
3 changed files with 20 additions and 8 deletions

3
.gitignore vendored
View File

@ -1,6 +1,5 @@
out/
node_modules/ node_modules/
out/
vendor/ vendor/
typings/
.DS_Store .DS_Store
package-lock.json package-lock.json

View File

@ -20,7 +20,7 @@ before_install:
install: install:
- npm install - npm install
- composer install --prefer-dist - composer install --prefer-dist --optimize-autoloader
script: script:
- npm run lint - npm run lint

View File

@ -1,9 +1,22 @@
.github/**
.vscode/** .vscode/**
typings/** images/**
!images/logo.png
out/test/** out/test/**
test/**
src/** src/**
vendor/jetbrains/phpstorm-stubs/**
vendor/bin/**
**/.DS_Store
**/.editorconfig
**/.gitignore
**/.npmrc
**/.styleci.yml
**/.travis.yml
**/*.d.ts
**/*.map **/*.map
.gitignore **/appveyor.yml
tsconfig.json **/dependencies.yml
tslint.json **/jshintrc
**/phpunit.xml.dist
**/tsconfig.json
**/tslint.json