Remove .saac/ directory from repository and add to .gitignore
- 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 <noreply@anthropic.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ npm-debug.log
|
||||
.env
|
||||
.DS_Store
|
||||
*.log
|
||||
.saac/
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"applicationUuid": "j4ggogg8o4cs44s0ocks48o8",
|
||||
"applicationName": "application",
|
||||
"subdomain": "template-001",
|
||||
"domainSuffix": "startanaicompany.com",
|
||||
"gitRepository": "git@git.startanaicompany.com:StartAnAiCompanyTemplates/template_001.git"
|
||||
}
|
||||
Reference in New Issue
Block a user