Crear un .gitignore inicial para excluir cualquier información sensible

master
Daniel M. Lambea 2022-09-12 21:57:08 +01:00
parent 7dd97c9121
commit 3a3ea5e153
Signed by: dmlambea
GPG Key ID: 4E02134A21505A2D
1 changed files with 12 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@ -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