ignore: exclude env (why is this not the default?)

This commit is contained in:
Aidan 2025-04-24 23:31:17 -04:00
parent 370521fbc0
commit 5bab9ac25b

4
.gitignore vendored
View File

@ -47,3 +47,7 @@ bun.lock*
# VSCode
.vscode/
# env
.env*
!.env.example