Skip to content

Commit 4685d23

Browse files
MohsinHashmi-DataInnmohsin-wiserclaudenazia-datainn
authored
chore: gitignore user-specific docker-compose files & update lockfile (#384)
- Add pattern to ignore generated docker-compose.*.yml files in proxy dir - Keep docker-compose.user.yml and docker-compose.proxy.yml tracked - Update package-lock.json with typescript peer dependency 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Mohsin Hashmi <mhashmi@wiser.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: nazia-datainn <nazia@datainn.io>
1 parent 54fddaf commit 4685d23

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ lerna-debug.log*
4545

4646
# DevContainer secrets
4747
.devcontainer/.env
48+
49+
# User-specific docker-compose files (generated by setup-user.sh)
50+
.devcontainer/proxy/docker-compose.*.yml
51+
!.devcontainer/proxy/docker-compose.user.yml
52+
!.devcontainer/proxy/docker-compose.proxy.yml
4853
.env.development.local
4954
.env.test.local
5055
.env.production.local

package-lock.json

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)