Ver código fonte

Stop tracking db/webdata.accdb in git

Schema changes go through db/migrations/; the live Access file itself
should never be committed or overwritten by a deploy. Its history was
purged from all commits/branches with git-filter-repo.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
master
Daniel Covington 3 dias atrás
pai
commit
589082cfdc
1 arquivos alterados com 11 adições e 9 exclusões
  1. +11
    -9
      .gitignore

+ 11
- 9
.gitignore Ver arquivo

@@ -1,10 +1,12 @@
/_bmad
/_bmad*
/.agents
/.github

# Access lock file (created while the .accdb is open)
*.laccdb

# Personal Claude Code permission grants for this machine/session - not team config
/_bmad
/_bmad*
/.agents
/.github
# Access database and its lock file - contains live order data, never committed.
# Schema changes go through db/migrations/ instead; deploy never touches this file.
db/webdata.accdb
*.laccdb
# Personal Claude Code permission grants for this machine/session - not team config
.claude/settings.local.json

Carregando…
Cancelar
Salvar

Powered by TurnKey Linux.