Files
copilotkit__copilotkit/.gitignore
Alem Tuzlak c854384e5e chore: ignore .husky directory and remove deprecated leftovers
The repo migrated to lefthook but leftover .husky/_/ files from the
old husky install can confuse agents into thinking husky is the hook
runner. Adding .husky/ to .gitignore prevents these from reappearing.
2026-03-13 14:32:49 +01:00

61 lines
671 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.vscode
.claude/*.local.json
.claude/worktrees
# misc
.DS_Store
*.pem
__snapshots__
@generated
node_modules
.pnpm-store
.idea/
cdk_outputs.json
.nx
test-run-comment.md
*.egg-info/
.installed.cfg
*.egg
**/.langgraph_api
*.sqlite
*.sqlite-shm
*.sqlite-wal
__pycache__/
*.env
*.next
.venv
.vercel
docs/next-env.d.ts
# External repos (cloned for development)
ext-apps/
dist
.nx
.angular
build
debug-storybook.log
storybook-static
coverage
.turbo
.langgraph_api
lefthook-local.yml
.husky/
.langgraph_api
# Binary artifacts
*.dSYM/
*.exe
*.dll
*.so
*.dylib
*.o
*.obj
*.a
*.lib
*.wasm