Update gitignore, add npmignore, travis.yml

This commit is contained in:
Illimar Tambek
2014-03-06 20:46:23 +02:00
parent 7690cee074
commit e593d754ca
3 changed files with 13 additions and 3 deletions

8
.gitignore vendored
View File

@@ -1,5 +1,7 @@
_site
bower_components
node_modules
/_site/
/bower_components/
/node_modules/
/tmp/
*.tgz
*.sublime-project
*.sublime-workspace

3
.npmignore Normal file
View File

@@ -0,0 +1,3 @@
/*.tgz
/tmp/
/.travis.yml

5
.travis.yml Normal file
View File

@@ -0,0 +1,5 @@
language: node_js
node_js: ["0.11", "0.10"]
notifications:
email: ["illimar@sliptree.com"]