tvl-depot/website/sandbox/learnpianochords/.gitignore
William Carroll ddbd7e2ef5 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.
2020-04-18 14:26:28 +01:00

3 lines
No EOL
35 B
Text

/elm-stuff
/Main.min.js
/output.css