Replace app/bootstrap wildcard with explicit entry

See https://github.com/symfony/symfony-standard/commit/e7b7b0f366465b15a29f44d7ba17287bb0b8392b
This commit is contained in:
Nic Wortel
2014-05-28 11:41:45 +02:00
parent 097db81c08
commit d6cfcd686c
+1 -1
View File
@@ -1,5 +1,5 @@
# Bootstrap
app/bootstrap*
app/bootstrap.php.cache
# Symfony directories
vendor/*