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/
out/
vendor/
typings/
.DS_Store
package-lock.json

View File

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

View File

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