Skip to content

Commit

Permalink
Set proper ignore rules, to make the generated package much smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
apetresc committed Feb 6, 2017
1 parent 4a5622a commit bdeefa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"ext": "sgf",
"name": "SGF"
}
],
"files": [
"**/*",
"!(build.js|docs|tests?|examples|.c9|scss|^/node_modules/(moment|(octicons|sigma)/(plugins|lib|src|build/font)))($|/)"
]
},
"bugs": {
Expand Down

0 comments on commit bdeefa2

Please sign in to comment.