Ignore Main.min.js

The elm2nix expression builds my code as Main.min.js. As such, I changed my
index.html to require Main.min.js instead of elm.js. When I run elm-live now, I
make sure that I output Main.min.js as well. I need to gitignore this to exclude
it from my repository though.
This commit is contained in:
William Carroll 2020-04-18 14:26:28 +01:00
parent 720d727d64
commit ddbd7e2ef5

View file

@ -1,3 +1,3 @@
/elm-stuff
/elm.js
/Main.min.js
/output.css