diff options
author | Nic Wortel <nic@odmedia.nl> | 2014-05-28 12:21:08 +0200 |
---|---|---|
committer | Nic Wortel <nic@odmedia.nl> | 2014-05-28 12:21:08 +0200 |
commit | e098aa360b1b7143c308aea609a8aa87a6540c94 (patch) | |
tree | f50fd1270344ff09efb448430c0a515533329c12 | |
parent | 97de996895c2af71e1f2a3e4a4b6ed4448005008 (diff) | |
download | gitignore-e098aa360b1b7143c308aea609a8aa87a6540c94.tar.gz gitignore-e098aa360b1b7143c308aea609a8aa87a6540c94.zip |
Rename "Dependencies" section into "Managed by Composer"
-rw-r--r-- | Symfony2.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Symfony2.gitignore b/Symfony2.gitignore index 37ff0ae8..ecf15846 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -11,7 +11,7 @@ /app/config/parameters.yml /app/config/parameters.ini -# Dependencies +# Managed by Composer /bin/ /vendor/ |