diff --git a/.gitignore b/.gitignore index b6318ae..3a88ce9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,11 @@ +# Specifies intentionally untracked files to ignore when using Git +# http://git-scm.com/docs/gitignore + node_modules/ +plugins/ +resources/android +resources/ios + *.log .DS_Store @@ -7,4 +14,10 @@ www/js/* www/css/* www/img/* www/templates/* -www/index.html \ No newline at end of file +www/index.html +www/fonts/* +www/dist/* +platforms/android/assets +platforms/android/res +platforms/ios/**/Resources +coverage diff --git a/app/index.html b/app/index.html index 97f87c2..305051e 100644 --- a/app/index.html +++ b/app/index.html @@ -13,20 +13,12 @@ - + - - - - - - - -