mirror of
https://github.com/zhigang1992/bootstrap-tokenfield.git
synced 2026-01-12 17:12:44 +08:00
Update gitignore, add npmignore, travis.yml
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,5 +1,7 @@
|
||||
_site
|
||||
bower_components
|
||||
node_modules
|
||||
/_site/
|
||||
/bower_components/
|
||||
/node_modules/
|
||||
/tmp/
|
||||
*.tgz
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
3
.npmignore
Normal file
3
.npmignore
Normal file
@@ -0,0 +1,3 @@
|
||||
/*.tgz
|
||||
/tmp/
|
||||
/.travis.yml
|
||||
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
language: node_js
|
||||
node_js: ["0.11", "0.10"]
|
||||
|
||||
notifications:
|
||||
email: ["illimar@sliptree.com"]
|
||||
Reference in New Issue
Block a user