[INIT] Proyecto inicializado
This commit is contained in:
parent
a96f0efc9c
commit
f1d00572aa
1 changed files with 24 additions and 0 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal 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/*
|
Loading…
Reference in a new issue