aboutsummaryrefslogtreecommitdiffstats
path: root/Symfony2.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Rename Symfony2.gitignore to Symfony.gitignoreNic Wortel2014-09-011-24/+0
| | | | | The old Symfony.gitignore has been removed (a383e55) as Symfony 1 is no longer supported.
* Rename Assets sectionNic Wortel2014-05-281-1/+1
|
* Rename Composer sectionNic Wortel2014-05-281-1/+1
|
* Move bootstrap file to "Managed by Composer" sectionNic Wortel2014-05-281-3/+1
|
* Rename "Dependencies" section into "Managed by Composer"Nic Wortel2014-05-281-1/+1
|
* Reorder entriesNic Wortel2014-05-281-8/+12
|
* Keep cache and logs directoriesNic Wortel2014-05-281-0/+2
|
* Add leading slashesNic Wortel2014-05-281-11/+11
|
* Ignore bin folderNic Wortel2014-05-281-0/+1
|
* Replace app/bootstrap wildcard with explicit entryNic Wortel2014-05-281-1/+1
| | | | See https://github.com/symfony/symfony-standard/commit/e7b7b0f366465b15a29f44d7ba17287bb0b8392b
* Ignore phpunit.xml in Symfony2 applicationsGiorgio Premi2014-05-201-0/+3
|
* Fix eol issuesJacob Rigby2014-04-231-1/+1
| | | | | | | | | | | | Some files don't contain a line separator ('\n') at the end. Add the missing eol. In POSIX, all lines of text should end with a newline character by definition. See http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html section 3.397 for more. See https://gist.github.com/jacknagel/1020172 for a gist of the issue.
* added composer.phar to Symfony2 gitignoreAttila Bukor2012-05-221-0/+3
|
* Added parameters.yml to list for Symfony2.Douglas Greenshields2012-03-191-0/+1
| | | | Symfony 2.0.4 changed standard to using a parameters.yml file, so this change allows for both variants.
* Updated through ↵Oncle Tom2011-09-011-2/+7
| | | | http://www.deanoj.co.uk/programming/git/git-ignore-file-for-symfony2/
* Cleaner and also safer gitignore. Dodges vendors dir entirely and also ↵Alexander Trauzzi2011-08-041-0/+3
| | | | removes sensitive data found in parameters.ini.
* Symfony2 gitignoreJeremy Mikola2011-01-281-0/+4
Ignore application logs/cache, uploads and published bundle assets.