Skip to content

Commit

Permalink
Do not ignore node_modules and some css files inside test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Jul 27, 2015
1 parent 35981d0 commit 3ae649b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ logs
results

npm-debug.log
node_modules
/node_modules
coverage
.idea
test/output/bundle.js
test/**/*.css
test/sass/*.css
test/scss/*.css
!/node_modules/test/*.css
4 changes: 4 additions & 0 deletions test/hmr/simple.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
body {
color: black;
background: hotpink;
}

0 comments on commit 3ae649b

Please sign in to comment.