Ignore index.html

I use this file with live-server for random testing when developing
locally. Totally worth cluttering up the .gitignore for the
convenience. #sorrynotsorry
This commit is contained in:
Adam Wathan 2019-02-27 13:31:13 -05:00
parent 4eb90a6aa3
commit 0d93dc8d54

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/node_modules
/lib
/example
index.html
yarn-error.log