diff --git a/.gitignore b/.gitignore index c45398f..a29f1a6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,9 +15,5 @@ npm-debug.log node_modules bower_components -.* -!.gitignore - *.sublime-* dist/ -yarn.lock \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..4a27404 --- /dev/null +++ b/.npmignore @@ -0,0 +1,6 @@ +node_modules/ +npm-debug.log +src/ +test/ +.travis.yml +tsconfig.json