Преглед изворни кода

Move bootstrap file to "Managed by Composer" section

Nic Wortel пре 11 година
родитељ
комит
0c9dce6966
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      Symfony2.gitignore

+ 1 - 3
Symfony2.gitignore

@@ -1,6 +1,3 @@
-# Bootstrap
-/app/bootstrap.php.cache
-
 # Cache and logs
 /app/cache/*
 /app/logs/*
@@ -12,6 +9,7 @@
 /app/config/parameters.ini
 
 # Managed by Composer
+/app/bootstrap.php.cache
 /bin/
 /vendor/