Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Update gitignore, add npmignore, travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ragulka committed Mar 6, 2014
1 parent 7690cee commit e593d75
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
_site
bower_components
node_modules
/_site/
/bower_components/
/node_modules/
/tmp/
*.tgz
*.sublime-project
*.sublime-workspace
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/*.tgz
/tmp/
/.travis.yml
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js
node_js: ["0.11", "0.10"]

notifications:
email: ["[email protected]"]

0 comments on commit e593d75

Please sign in to comment.