Skip to content

Commit

Permalink
Fix .travis.yml and add npmignore and update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 12, 2012
1 parent dad2f25 commit 9e6f126
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# Ignore hidden folders
# ignore hidden folders
.*/

*.min.css
#*.min.js
.sass-cache/*
node_modules
cli/_cache/
cli/tasks/init/remotes/_cache/
cli/tasks/init/yeoman/root/
10 changes: 10 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.npmignore
.editorconfig
.jshintrc
.gitattributes
docs
setup
spec
sublime
test
Gruntfile.js
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- 0.8
before_install: cd cli
notifications:
irc:
channels:
Expand Down

0 comments on commit 9e6f126

Please sign in to comment.