]> source.dussan.org Git - gitignore.git/commitdiff
ZendFramework2.gitignore renamed to ZendFramework.gitignore 886/head
authorAlejandro Celaya <alejandrocelaya@gmail.com>
Sun, 11 May 2014 11:01:13 +0000 (13:01 +0200)
committerAlejandro Celaya <alejandrocelaya@gmail.com>
Sun, 11 May 2014 11:01:13 +0000 (13:01 +0200)
ZendFramework.gitignore [new file with mode: 0644]
ZendFramework2.gitignore [deleted file]

diff --git a/ZendFramework.gitignore b/ZendFramework.gitignore
new file mode 100644 (file)
index 0000000..cd248f5
--- /dev/null
@@ -0,0 +1,20 @@
+# Composer files
+composer.phar
+vendor/
+
+# Local configs
+config/autoload/*local.php
+
+# Binary gettext files
+*.po
+
+# Data
+log/
+logs/
+cache/
+temp/
+tmp/
+
+# ZF1
+demos/
+extras/documentation
diff --git a/ZendFramework2.gitignore b/ZendFramework2.gitignore
deleted file mode 100644 (file)
index cd248f5..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Composer files
-composer.phar
-vendor/
-
-# Local configs
-config/autoload/*local.php
-
-# Binary gettext files
-*.po
-
-# Data
-log/
-logs/
-cache/
-temp/
-tmp/
-
-# ZF1
-demos/
-extras/documentation