chore: remove build artifacts and update gitignore

- Remove woff2 font files and validator.ts from repository
- Add *.woff2, validator.ts, and routes.ts to .gitignore
- These are Next.js build artifacts that should be generated during build
This commit is contained in:
Lorentz Hinrichsen 2025-10-28 23:21:59 -04:00
parent 3c3124d8c9
commit e8462ef301
15 changed files with 5 additions and 304 deletions

5
.gitignore vendored
View file

@ -39,3 +39,8 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
validator.ts
routes.ts
# fonts
*.woff2