mirror of
https://github.com/ivuorinen/tree-sitter-shellspec.git
synced 2026-01-26 11:43:59 +00:00
- Align tree-sitter dependencies to latest versions (bash 0.25.1, cli 0.25.10) - Clean up .gitignore redundant patterns and normalize path styles - Improve CodeRabbit configuration with path filters and simplified instructions - Add test corpus exclusion to match project intent
48 lines
582 B
Plaintext
48 lines
582 B
Plaintext
*.cache
|
|
*.iws
|
|
*.lcov
|
|
*.log
|
|
*.pem
|
|
*.pid
|
|
*.pid.lock
|
|
*.seed
|
|
*.tgz
|
|
*.tsbuildinfo
|
|
*~
|
|
.DS_Store
|
|
.cache
|
|
.docusaurus
|
|
.dynamodb/
|
|
.eslintcache
|
|
.node_repl_history
|
|
.nyc_output
|
|
.pnp.*
|
|
.pnp.js
|
|
.pnpm-debug.log*
|
|
.rpt2_cache/
|
|
.rts2_cache_*
|
|
.temp
|
|
.tern-port
|
|
.yarn-integrity
|
|
.yarn/build-state.yml
|
|
.yarn/cache
|
|
.yarn/install-state.gz
|
|
.yarn/unplugged
|
|
[._]*.s[a-v][a-z]
|
|
[._]*.sw[a-p]
|
|
[._]*.un~
|
|
[._]s[a-rt-v][a-z]
|
|
[._]ss[a-gi-z]
|
|
[._]sw[a-p]
|
|
coverage/
|
|
megalinter-reports/
|
|
node_modules/
|
|
npm-debug.log*
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.idea/
|
|
.vscode/
|
|
.fleet/
|
|
CLAUDE.md
|