chore: ignore api.ts and remove from tracking

This commit is contained in:
2026-04-14 14:56:17 +07:00
parent 950fc475b2
commit 66e312e9d2
3 changed files with 6 additions and 34 deletions

7
.gitignore vendored
View File

@@ -27,7 +27,9 @@ yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
.env
.env.local
.env.*
# vercel
.vercel
@@ -35,3 +37,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
# custom files
api.ts