We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 097db81 + e078304 commit 256e964Copy full SHA for 256e964
Symfony2.gitignore
@@ -1,19 +1,24 @@
1
-# Bootstrap
2
-app/bootstrap*
+# Cache and logs
+/app/cache/*
3
+/app/logs/*
4
+!app/cache/.gitkeep
5
+!app/logs/.gitkeep
6
-# Symfony directories
-vendor/*
-*/logs/*
7
-*/cache/*
8
-web/uploads/*
9
-web/bundles/*
+# Parameters
+/app/config/parameters.yml
+/app/config/parameters.ini
10
11
-# Configuration files
12
-app/config/parameters.ini
13
-app/config/parameters.yml
+# Managed by Composer
+/app/bootstrap.php.cache
+/bin/
14
+/vendor/
15
+
16
+# Assets and user uploads
17
+/web/bundles/
18
+/web/uploads/
19
20
# PHPUnit
-app/phpunit.xml
21
+/app/phpunit.xml
22
-# Composer
-composer.phar
23
+# Composer PHAR
24
+/composer.phar
0 commit comments