]> source.dussan.org Git - gitignore.git/commitdiff
Rename Symfony2.gitignore to Symfony.gitignore
authorNic Wortel <nd.wortel@gmail.com>
Mon, 1 Sep 2014 08:42:47 +0000 (10:42 +0200)
committerNic Wortel <nd.wortel@gmail.com>
Mon, 1 Sep 2014 08:52:37 +0000 (10:52 +0200)
The old Symfony.gitignore has been removed (a383e55) as Symfony 1 is no longer
supported.

Symfony.gitignore [new file with mode: 0644]
Symfony2.gitignore [deleted file]

diff --git a/Symfony.gitignore b/Symfony.gitignore
new file mode 100644 (file)
index 0000000..d6e334b
--- /dev/null
@@ -0,0 +1,24 @@
+# Cache and logs
+/app/cache/*
+/app/logs/*
+!app/cache/.gitkeep
+!app/logs/.gitkeep
+
+# Parameters
+/app/config/parameters.yml
+/app/config/parameters.ini
+
+# Managed by Composer
+/app/bootstrap.php.cache
+/bin/
+/vendor/
+
+# Assets and user uploads
+/web/bundles/
+/web/uploads/
+
+# PHPUnit
+/app/phpunit.xml
+
+# Composer PHAR
+/composer.phar
diff --git a/Symfony2.gitignore b/Symfony2.gitignore
deleted file mode 100644 (file)
index d6e334b..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Cache and logs
-/app/cache/*
-/app/logs/*
-!app/cache/.gitkeep
-!app/logs/.gitkeep
-
-# Parameters
-/app/config/parameters.yml
-/app/config/parameters.ini
-
-# Managed by Composer
-/app/bootstrap.php.cache
-/bin/
-/vendor/
-
-# Assets and user uploads
-/web/bundles/
-/web/uploads/
-
-# PHPUnit
-/app/phpunit.xml
-
-# Composer PHAR
-/composer.phar