chore: update .gitignore to include pothos generated file
- Added 'pothos.generated.ts' to .gitignore to prevent tracking of generated files, improving project cleanliness and reducing unnecessary clutter in version control.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -129,3 +129,7 @@ dist
|
|||||||
.yarn/build-state.yml
|
.yarn/build-state.yml
|
||||||
.yarn/install-state.gz
|
.yarn/install-state.gz
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
|
|
||||||
|
# pothos generated
|
||||||
|
pothos.generated.ts
|
||||||
Reference in New Issue
Block a user