Updated gitignore to disregard some .env files

.env.docker and .env.local. Primarily used for switching between local and docker development
This commit is contained in:
kdeng00
2025-06-28 16:23:45 -04:00
parent fbec3305b1
commit 329ba60dfc
+2
View File
@@ -2,6 +2,8 @@
/target
.env
.env.docker
.env.local
.DS_STORE
Storage/