mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 15:53:20 +07:00
Add .rsa_private.pem to .gitignore (#329)
It's a private file used in development and test by lago-api
This commit is contained in:
parent
f8c8e297a7
commit
7faa5abdff
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,8 +1,9 @@
|
|||||||
/traefik/certs/*
|
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
.env
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.env
|
||||||
|
.rsa_private.pem
|
||||||
.vscode
|
.vscode
|
||||||
/extra/ssl/certbot
|
/extra/ssl/certbot
|
||||||
/extra/ssl/nginx*
|
|
||||||
/extra/ssl/dhparam.pem
|
/extra/ssl/dhparam.pem
|
||||||
|
/extra/ssl/nginx*
|
||||||
|
/traefik/certs/*
|
||||||
|
Loading…
Reference in New Issue
Block a user