[INIT] Proyecto inicializado

This commit is contained in:
Mauro Rosero P. 2024-12-07 23:13:08 -05:00
parent a96f0efc9c
commit f1d00572aa
Signed by: mrosero
GPG key ID: 83BD2A5F674B7E26

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
#
# Developers & Devops Environment(.gitignotre)
#
# Ignorar todo
*
# Permitir el seguimiento de carpetas específicas
# !carpeta1/
!bin/
!bin/lib/
!bin/msg/
!bin/config/
# 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/*