소스 검색

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

불러오는 중...
취소
저장

Powered by TurnKey Linux.