Explorar el Código

Adjust .gitignore

Related to 410a915a8a
pull/2229/head
Slavi Pantaleev hace 3 años
padre
commit
a3319b1dc2
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      .gitignore

+ 5
- 1
.gitignore Ver fichero

@@ -2,6 +2,10 @@
!/inventory/.gitkeep !/inventory/.gitkeep
!/inventory/host_vars/.gitkeep !/inventory/host_vars/.gitkeep
!/inventory/scripts !/inventory/scripts
/roles/*/files/scratchpad
/roles/**/files/scratchpad
.DS_Store .DS_Store
.python-version .python-version

# ignore roles pulled by ansible-galaxy
/roles/galaxy/*
!/roles/galaxy/.gitkeep

Cargando…
Cancelar
Guardar