diff --git a/.gitignore b/.gitignore index 8a6e9eb..faa2a24 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,15 @@ __pycache__ .python-version .venv +conf/compiled +conf/dashboards +conf/namespaces +conf/www conf/appdaemon.yaml conf/secrets.yaml -log \ No newline at end of file +log +*.log +*.db +*.js +*cache* \ No newline at end of file diff --git a/conf/dashboards/Hello.dash b/conf/dashboards/Hello.dash deleted file mode 100755 index 7ba5112..0000000 --- a/conf/dashboards/Hello.dash +++ /dev/null @@ -1,14 +0,0 @@ -# -# Main arguments, all optional -# -title: Hello Panel -widget_dimensions: [120, 120] -widget_margins: [5, 5] -columns: 8 - -label: - widget_type: label - text: Hello World - -layout: - - label(2x2)