about summary refs log tree commit diff
path: root/website/sandbox/learnpianochords/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2020-04-18 Ignore Main.min.jsWilliam Carroll1-1/+1
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 "Chord Drill Sergeant" -> "Learn Piano Chords"William Carroll1-0/+3
In the spirit of "keep it simple, stupid", I am naming this application as closely to the functionality as I can imagine.