Explorar el Código

Update CakePHP.gitignore

Ignore all tmp and log files but preserve the directory structure
pull/1764/head
Patrício dos Santos hace 8 años
padre
commit
0022763f14
Se han modificado 1 ficheros con 13 adiciones y 1 borrados
  1. 13
    1
      CakePHP.gitignore

+ 13
- 1
CakePHP.gitignore Ver fichero

@@ -2,8 +2,20 @@

/vendor/*
/config/app.php
/tmp/*

/tmp/cache/models/*
!/tmp/cache/models/empty
/tmp/cache/persistent/*
!/tmp/cache/persistent/empty
/tmp/cache/views/*
!/tmp/cache/views/empty
/tmp/sessions/*
!/tmp/sessions/empty
/tmp/tests/*
!/tmp/tests/empty

/logs/*
!/logs/empty

# CakePHP 2


Cargando…
Cancelar
Guardar