.gitignore 269 B

1234567891011121314151617
  1. # Don't track build artifacts
  2. **/*.js
  3. **/*.d.ts
  4. !.eslintrc.js
  5. # JSON files imported by hiring types
  6. hiring/schemas/role.schema.json
  7. # from prior versions
  8. lib/
  9. # artifact of webpack when building pioneer?
  10. build/
  11. # Autogenerated files
  12. augment/augment-*
  13. augment-codec