mirror of
https://github.com/ivuorinen/tree-sitter-shellspec.git
synced 2026-01-26 11:43:59 +00:00
- Update GitHub Actions to latest versions (checkout v6, setup-node v6, cache v4.3) - Update package dependencies - Format workflow files - Update .gitignore and project configuration
51 lines
618 B
Plaintext
51 lines
618 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
|
|
npm-debug.log*
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
yarn-debug.log*
|
|
yarn-error.log
|
|
yarn-error.log*
|
|
/.idea/
|
|
.idea/*
|
|
/.vscode/
|
|
.fleet/
|
|
CLAUDE.md
|