diff --git a/.gitignore b/.gitignore index c7d9f6e..7cb8484 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,9 @@ config.json config/*/* *.txt -app/.module-cache -app/bower_components +.module-cache +bower_components + // Ignore compiled app for now app/app.js +app/charts.js diff --git a/app/app.html b/app/app.html index 40eb829..ba591b6 100644 --- a/app/app.html +++ b/app/app.html @@ -4,13 +4,13 @@