Adds npm ignore

This commit is contained in:
Nemo 2020-02-25 14:34:52 +05:30
parent ac0db7b024
commit 03e864b165
2 changed files with 9 additions and 0 deletions

9
.npmignore Normal file
View File

@ -0,0 +1,9 @@
composer.*
vendor/
tests/
phpunit.xml
node_modules/
src/*.php
.travis.yml
src/generate.js
HACKING.md

View File