mirror of
https://github.com/imjasonh/apidiff-action
synced 2026-07-06 22:52:43 +00:00
- Remove dist/ from .gitignore - Exclude dist/ from pre-commit hooks - Exclude *.md from prettier formatting - Update CLAUDE.md with build documentation - Temporarily disable check-dist hook This prepares for committing the compiled dist/index.js file. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
30 lines
322 B
Text
30 lines
322 B
Text
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build output
|
|
# dist/ is intentionally committed for GitHub Actions
|
|
|
|
# Test coverage
|
|
coverage/
|
|
*.lcov
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# pre-commit
|
|
.pre-commit-config.yaml.lock
|