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:
@@ -2,6 +2,8 @@
|
||||
|
||||
/target
|
||||
.env
|
||||
.env.docker
|
||||
.env.local
|
||||
|
||||
.DS_STORE
|
||||
Storage/
|
||||
|
||||
Reference in New Issue
Block a user