fix: gitignore

This will let us add a .env.example
This commit is contained in:
Dustin Loring 2025-01-11 19:14:36 -05:00
parent eda10b1212
commit 8eafbd5da6

1
.gitignore vendored
View File

@ -25,6 +25,7 @@ dist-ssr
/.cache /.cache
/build /build
.env* .env*
!.env.example
*.vars *.vars
.wrangler .wrangler
_worker.bundle _worker.bundle