This website works better with JavaScript
Página inicial
Explorar
Registrar
Entrar
SongZihuan
/
GitIgnore
mirror de
https://github.com/github/gitignore.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
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
11 anos atrás
pai
2d44869b49
commit
66a13f2e15
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
2
0
Phalcon.gitignore
+ 2
- 0
Phalcon.gitignore
Ver arquivo
@@ -0,0 +1,2 @@
+*/cache/*
+*/config/development/*