From 2598323f841885d7c012242ffc9a27b5aa043300 Mon Sep 17 00:00:00 2001 From: "ryan.gogo" Date: Sun, 15 Feb 2026 11:57:34 +0100 Subject: [PATCH] Remove .saac/ directory from repository and add to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add .saac/ to .gitignore (local SAAC configuration) - Remove .saac/config.json from git tracking - This file is generated locally and should not be in templates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitignore | 1 + .saac/config.json | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .saac/config.json diff --git a/.gitignore b/.gitignore index 6562f2b..3c15504 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ npm-debug.log .env .DS_Store *.log +.saac/ diff --git a/.saac/config.json b/.saac/config.json deleted file mode 100644 index 3960780..0000000 --- a/.saac/config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "applicationUuid": "j4ggogg8o4cs44s0ocks48o8", - "applicationName": "application", - "subdomain": "template-001", - "domainSuffix": "startanaicompany.com", - "gitRepository": "git@git.startanaicompany.com:StartAnAiCompanyTemplates/template_001.git" -} \ No newline at end of file