Преглед на файлове

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 дни
родител
ревизия
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

Loading…
Отказ
Запис

Powered by TurnKey Linux.