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:
parent
3c3124d8c9
commit
e8462ef301
15 changed files with 5 additions and 304 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -39,3 +39,8 @@ yarn-error.log*
|
|||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
validator.ts
|
||||
routes.ts
|
||||
|
||||
# fonts
|
||||
*.woff2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue