This website works better with JavaScript
Home
Explore
Register
Sign In
SongZihuan
/
GitIgnore
mirror of
https://github.com/github/gitignore.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse 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
11 years ago
parent
2d44869b49
commit
66a13f2e15
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
Phalcon.gitignore
+ 2
- 0
Phalcon.gitignore
View File
@@ -0,0 +1,2 @@
+*/cache/*
+*/config/development/*