chore: Add independent service directories to .gitignore
Add the following services to .gitignore as they are managed as independent git repositories: - services/sapiens-mobile/ - services/sapiens-web/ - services/sapiens-web2/ - services/sapiens-web3/ - services/sapiens-stock/ - yakenator-app/ These services have their own git histories and will be managed separately from the main site11 repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@ -83,3 +83,11 @@ node_modules/
|
||||
|
||||
# Large data files
|
||||
data/
|
||||
|
||||
# Services with independent git repositories
|
||||
services/sapiens-mobile/
|
||||
services/sapiens-web/
|
||||
services/sapiens-web2/
|
||||
services/sapiens-web3/
|
||||
services/sapiens-stock/
|
||||
yakenator-app/
|
||||
|
||||
Reference in New Issue
Block a user