Block *.env from git, allow *.env.example
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -24,6 +24,8 @@ go.work.sum
|
||||
|
||||
# env file
|
||||
.env
|
||||
*.env
|
||||
!*.env.example
|
||||
config.json
|
||||
config.local.json
|
||||
|
||||
@@ -38,7 +40,7 @@ example/
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
Icon
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
Reference in New Issue
Block a user