chore: ignore api.ts and remove from tracking
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -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
|
||||
Reference in New Issue
Block a user