Crear un .gitignore inicial para excluir cualquier información sensible
parent
7dd97c9121
commit
3a3ea5e153
|
@ -0,0 +1,12 @@
|
|||
## Ignore delicate files which may contain sensitive information
|
||||
|
||||
/.env
|
||||
/certbot/conf/accounts/*
|
||||
/certbot/conf/archive/acceso.txs.es/*
|
||||
/certbot/conf/csr/*
|
||||
/certbot/conf/keys/*
|
||||
/certbot/conf/live/acceso.txs.es/*
|
||||
/certbot/conf/renewal/*.conf
|
||||
|
||||
!/**/.gitkeep
|
||||
!/**/README
|
Loading…
Reference in New Issue