Removed exception for .env.client from .gitignore

This commit is contained in:
Martin Šošić 2024-06-07 12:35:02 +02:00 committed by GitHub
parent 9617b95ebc
commit 3f690ba6ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,8 +6,6 @@ node_modules/
# or modify/delete these two lines.
.env
.env.*
# Don't ignore .env.client as it can't contain any secrets.
!.env.client
# Don't ignore example env files.
!.env.example
!.env.*.example