From 66a13f2e1591e1ef3626c3dabe2d4c18d3f6b732 Mon Sep 17 00:00:00 2001 From: Jota Junior Date: Tue, 12 Nov 2013 19:36:17 -0200 Subject: [PATCH 1/3] 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 --- Phalcon.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Phalcon.gitignore diff --git a/Phalcon.gitignore b/Phalcon.gitignore new file mode 100644 index 00000000..1cfc0c9d --- /dev/null +++ b/Phalcon.gitignore @@ -0,0 +1,2 @@ +*/cache/* +*/config/development/* From 8f2db01f1d12df0f6d426c85aef1dc1cb1749350 Mon Sep 17 00:00:00 2001 From: Jota Junior Date: Mon, 2 Dec 2013 19:15:00 -0200 Subject: [PATCH 2/3] Remove astherisk before trailing slash --- Phalcon.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Phalcon.gitignore b/Phalcon.gitignore index 1cfc0c9d..5eab0c56 100644 --- a/Phalcon.gitignore +++ b/Phalcon.gitignore @@ -1,2 +1,2 @@ -*/cache/* -*/config/development/* +/cache/* +/config/development/* From af6b1895ddb7fbf84bee8d66fe4a46553bf3d4ab Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 21 Mar 2014 12:57:41 +1100 Subject: [PATCH 3/3] Remove trailing asterisks in Phalcon rules --- Phalcon.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Phalcon.gitignore b/Phalcon.gitignore index 5eab0c56..6ffe3aa2 100644 --- a/Phalcon.gitignore +++ b/Phalcon.gitignore @@ -1,2 +1,2 @@ -/cache/* -/config/development/* +/cache/ +/config/development/