chore: excluir secretos y CI de GitLab del repositorio
Elimina .env y .gitlab-ci.yml del control de versiones para evitar filtrar credenciales al publicar en GitHub.
This commit is contained in:
@@ -44,6 +44,9 @@ docker-data/
|
|||||||
postgres_data/
|
postgres_data/
|
||||||
redis_data/
|
redis_data/
|
||||||
|
|
||||||
|
# --- CI / DEPLOY ---
|
||||||
|
.gitlab-ci.yml
|
||||||
|
|
||||||
# --- ENVIRONMENT VARIABLES ---
|
# --- ENVIRONMENT VARIABLES ---
|
||||||
# Secret files shouldn't be committed
|
# Secret files shouldn't be committed
|
||||||
.env
|
.env
|
||||||
|
|||||||
Reference in New Issue
Block a user