From 4c81a8a6a5e1dad87e1b9ff69f5823a6ee5a832f Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 4 Mar 2025 01:32:15 -0500 Subject: [PATCH] Updated gitignore --- .gitignore | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 0c23614..bc32278 100644 --- a/.gitignore +++ b/.gitignore @@ -3,23 +3,20 @@ /.cloud /.google.token /.ssh +/.codegpt # ignore some directories. -/icloud/ -/www/ +/www/* /tts/ /deps/ -/hadashboards/ /intents/ /themes/ /custom_components /deps /hacs /image -/node-red/ /files -/appdaemon/* -/appdaemon/apps/* +/appdaemon/ /glances/ /downloads/ /lightwand/ @@ -71,12 +68,4 @@ **test.jinja # exceptions -!/appdaemon/apps/ -!/appdaemon/apps/apps.yaml -!/node-red/projects/ -!/node-red/projects/NerdFlows/ -!/node-red/projects/NerdFlows/flows.json -!/node-red/projects/NerdFlows/flows_cred.json -!/node-red/projects/NerdFlows/package.json -!/node-red/projects/NerdFlows/README.md -.codegpt \ No newline at end of file +!/www/bubble/ \ No newline at end of file