.gitignore 214 B

12345678910111213
  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/