Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: exclude build products under template from packaging
`.gitignore` was ignoring some items under template that still appeared in the packaged releases, because `template` was explicitly included in package.json, and that overrides those ignores. Adding explicit exclusions for the build products under `template` to `package.json` prevents packaging errors. I've added `template/elm-stuff` and `template/index.html` to `.gitignore` too, because those are created if `elm make src/Main.elm` is run in `template`, which seems to have been the cause. re halfzebra#275
- Loading branch information