Skip to content

Commit

Permalink
Merge pull request #278 from bazzargh/pack-bug
Browse files Browse the repository at this point in the history
fix: exclude build products under template from packaging
  • Loading branch information
halfzebra authored Sep 3, 2018
2 parents 06ad2d8 + fc1189c commit 5434092
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ repl-temp-*

# create-elm-app
template/build
template/elm-stuff
template/index.html
template/package.json
template/scripts/
template/config/
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,13 @@
"config",
"scripts",
"template",
"README.md"
"README.md",
"!template/build",
"!template/config/",
"!template/elm-stuff/",
"!template/index.html",
"!template/package.json",
"!template/scripts/"
],
"keywords": [
"cli",
Expand Down

0 comments on commit 5434092

Please sign in to comment.