about summary refs log tree commit diff
path: root/website/sandbox/learnpianochords/.gitignore
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-04-18T13·26+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-04-18T13·26+0100
commitddbd7e2ef5eb52bf125480bad80ee753275d9827 (patch)
tree0ec4f7680b7e2da3258c9af1a1a31535fef8be13 /website/sandbox/learnpianochords/.gitignore
parent720d727d64593baaa6653f77fc5fb6f5fc8868d5 (diff)
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.
Diffstat (limited to 'website/sandbox/learnpianochords/.gitignore')
-rw-r--r--website/sandbox/learnpianochords/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/sandbox/learnpianochords/.gitignore b/website/sandbox/learnpianochords/.gitignore
index aa247dd183c9..fd85a05d53d4 100644
--- a/website/sandbox/learnpianochords/.gitignore
+++ b/website/sandbox/learnpianochords/.gitignore
@@ -1,3 +1,3 @@
 /elm-stuff
-/elm.js
+/Main.min.js
 /output.css
\ No newline at end of file