Better and generic ignore pattern for security.yaml (fixes #3706)

This commit is contained in:
Djamil Legato 2023-04-06 10:29:35 -07:00
parent 0f9b9f780f
commit a8a6c0c520
No known key found for this signature in database
GPG Key ID: A44158E0E04E7A37

4
.gitignore vendored
View File

@ -25,8 +25,7 @@ user/plugins/*
!user/plugins/.* !user/plugins/.*
user/themes/* user/themes/*
!user/themes/.* !user/themes/.*
user/localhost/config/security.yaml user/**/config/security.yaml
user/config/security.yaml
# Environments # Environments
.env .env
@ -49,4 +48,3 @@ tests/cache/*
tests/error.log tests/error.log
system/templates/testing/* system/templates/testing/*
/user/config/versions.yaml /user/config/versions.yaml
/user/cli/config/security.yaml