1234567891011121314151617 |
- # Don't track build artifacts
- **/*.js
- **/*.d.ts
- !.eslintrc.js
- # JSON files imported by hiring types
- hiring/schemas/role.schema.json
- # from prior versions
- lib/
- # artifact of webpack when building pioneer?
- build/
- # Autogenerated files
- augment/augment-*
- augment-codec
|