This website works better with JavaScript
Trang chủ
Khám phá
Đăng ký
Đăng nhập
SongZihuan
/
GitIgnore
mirror of
https://github.com/github/gitignore.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
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 năm trước cách đây
mục cha
2d44869b49
commit
66a13f2e15
1 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
2
0
Phalcon.gitignore
+ 2
- 0
Phalcon.gitignore
Xem Tập Tin
@@ -0,0 +1,2 @@
+*/cache/*
+*/config/development/*