diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..33502d5 --- /dev/null +++ b/.gitignore @@ -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/*