Просмотр исходного кода

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 дней назад
Родитель
Сommit
589082cfdc
1 измененных файлов: 11 добавлений и 9 удалений
  1. +11
    -9
      .gitignore

+ 11
- 9
.gitignore Просмотреть файл

@@ -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

Загрузка…
Отмена
Сохранить

Powered by TurnKey Linux.