77 lines
1.4 KiB
Plaintext
77 lines
1.4 KiB
Plaintext
# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
|
|
|
|
# Compiled output
|
|
/dist
|
|
/tmp
|
|
/out-tsc
|
|
/bazel-out
|
|
/files
|
|
changes.txt
|
|
/agent
|
|
/agents
|
|
.agents
|
|
|
|
# Node
|
|
/node_modules
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# IDEs and editors
|
|
.idea/
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# Visual Studio Code
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
.history/*
|
|
|
|
# Miscellaneous
|
|
/.angular/cache
|
|
.sass-cache/
|
|
/connect.lock
|
|
/coverage
|
|
/libpeerconnection.log
|
|
testem.log
|
|
/typings
|
|
/public/images/
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Claude Code worktrees/session state, graphify knowledge-graph output
|
|
.claude/
|
|
graphify-out/
|
|
|
|
<!-- barry-cache:start -->
|
|
.context-state/
|
|
.context-cache/
|
|
.barry-cache/
|
|
<!-- barry-cache:end -->
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
GEMINI.md
|
|
llms.txt
|
|
.cursor/rules/barry-cache.mdc
|
|
.github/copilot-instructions.md
|
|
docs/context/INDEX.md
|
|
docs/context/LOG.md
|
|
docs/context/MAINTENANCE.md
|
|
docs/context/README.md
|
|
docs/context/adrs/README.md
|
|
docs/context/concepts/project-context-model.md
|
|
docs/context/schema/adr.schema.json
|
|
docs/context/schema/fact.schema.json
|
|
docs/context/schema/failure.schema.json
|
|
docs/context/schema/route.schema.json
|
|
docs/context/schema/strategy.schema.json
|
|
docs/context/schema/work-state.schema.json
|
|
docs/context/schema/workspace.schema.json
|