mirror of
https://github.com/imjasonh/apidiff-action
synced 2026-07-06 22:52:43 +00:00
- Remove all Go code and replace with Node.js GitHub Action - Use official golang.org/x/exp/cmd/apidiff tool - Add PR comment functionality - Support both git refs and directory comparisons - Add comprehensive test suite with testdata examples - Update CI to test action with breaking/safe/clean examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
30 lines
274 B
Text
30 lines
274 B
Text
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# 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
|