This website works better with JavaScript
Accueil
Explorer
S'inscrire
Connexion
SongZihuan
/
GitIgnore
miroir de
https://github.com/github/gitignore.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
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
il y a 11 ans
Parent
2d44869b49
commit
66a13f2e15
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
Phalcon.gitignore
+ 2
- 0
Phalcon.gitignore
Voir le fichier
@@ -0,0 +1,2 @@
+*/cache/*
+*/config/development/*