2024-12-08 04:13:08 +00:00
|
|
|
#
|
|
|
|
# Developers & Devops Environment(.gitignotre)
|
|
|
|
#
|
|
|
|
|
|
|
|
# Ignorar todo
|
|
|
|
*
|
|
|
|
# Permitir el seguimiento de carpetas específicas
|
|
|
|
# !carpeta1/
|
|
|
|
!bin/
|
|
|
|
!bin/lib/
|
|
|
|
!bin/msg/
|
|
|
|
!bin/config/
|
2025-01-06 03:12:29 +00:00
|
|
|
!bin/ansible/
|
2025-01-06 09:16:55 +00:00
|
|
|
!inventory/
|
|
|
|
!templates/
|
|
|
|
!sops/
|
2024-12-08 04:13:08 +00:00
|
|
|
|
|
|
|
# Permitir el seguimiento de archivos específicos
|
|
|
|
# !archivo1.txt
|
|
|
|
!README.md
|
|
|
|
!.gitignore
|
|
|
|
|
|
|
|
# Permitir archivos en carpetas específicas
|
|
|
|
# !carpeta1/*.txt
|
|
|
|
!bin/*
|
|
|
|
!bin/lib/*
|
|
|
|
!bin/msg/*
|
|
|
|
!bin/config/*
|
2025-01-06 03:12:29 +00:00
|
|
|
!bin/ansible/**
|
|
|
|
!inventory/**
|
|
|
|
!templates/**
|
|
|
|
!sops/*.yaml
|