summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* chore: Move .claude folder to .gitignoreCraig Jennings2025-11-061-0/+3
| | | | | | | | | | | | Removed .claude/ from version control to keep personal Claude Code configuration and custom commands private. The folder remains on disk but is no longer tracked by git. Files removed from tracking: - .claude/commands/wrap-it-up.md (custom command) - .claude/settings.local.json (local settings) The .claude/ folder still exists locally but is now gitignored.
* chore: Move docs folder to .gitignoreCraig Jennings2025-11-061-0/+3
| | | | | | | | | | | | | | | Removed docs/ from version control to keep session notes, personal workflows, and V2MOM documentation private. These files remain on disk but are no longer tracked by git. Files removed from tracking: - docs/NOTES.org (session history) - docs/EMACS-CONFIG-V2MOM.org (personal goals) - docs/SOMEDAY-MAYBE.org (research backlog) - docs/values-comparison.org - docs/workflows/*.org (workflow templates) The docs/ folder still exists locally but is now gitignored.
* chore: ignoring flycheck temp filesCraig Jennings2025-10-251-0/+1
|
* chore:gitignore: Add client secret JSON file to ignore listCraig Jennings2025-10-251-0/+1
| | | | | Prevent tracking of sensitive client secret file in version control by ignoring it in .gitignore.
* ignoring browser-choice.el persistence fileCraig Jennings2025-10-231-0/+1
|
* ignoring recent emoji value persistence fileCraig Jennings2025-10-191-0/+1
|
* changing repositoriesCraig Jennings2025-10-121-0/+48