Add .security.yml and onboard to .gitignore
This commit is contained in:
parent
e1ea00e7a5
commit
eb3a239184
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -25,6 +25,9 @@ build/
|
||||||
# Secrets & Config (keep templates, ignore actual secrets)
|
# Secrets & Config (keep templates, ignore actual secrets)
|
||||||
.env
|
.env
|
||||||
config/config.json
|
config/config.json
|
||||||
|
.security.yml
|
||||||
|
onboard
|
||||||
|
|
||||||
|
|
||||||
# Test
|
# Test
|
||||||
coverage.txt
|
coverage.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue