This website works better with JavaScript
Inicio
Explorar
Registro
Iniciar sesión
SongZihuan
/
GitIgnore
espejo de
https://github.com/github/gitignore.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Gitignore file for Phalcon Framework, a fast-growing framework developed in C for PHP. Excluding here:
- Cache files
- Development config files
More information available in phalconphp.com
Jota Junior
hace 11 años
padre
2d44869b49
commit
66a13f2e15
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
Phalcon.gitignore
+ 2
- 0
Phalcon.gitignore
Ver fichero
@@ -0,0 +1,2 @@
+*/cache/*
+*/config/development/*