.gitignore 199 B

123456789101112
  1. # Don't track build artifacts
  2. **/*.js
  3. **/*.d.ts
  4. # JSON files imported by hiring types
  5. hiring/schemas/role.schema.json
  6. # from prior versions
  7. lib/
  8. # artifact of webpack when building pioneer?
  9. build/