Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Symfony2.gitignore to Symfony.gitignore | Nic Wortel | 2014-09-01 | 1 | -24/+0 |
| | | | | | The old Symfony.gitignore has been removed (a383e55) as Symfony 1 is no longer supported. | ||||
* | Rename Assets section | Nic Wortel | 2014-05-28 | 1 | -1/+1 |
| | |||||
* | Rename Composer section | Nic Wortel | 2014-05-28 | 1 | -1/+1 |
| | |||||
* | Move bootstrap file to "Managed by Composer" section | Nic Wortel | 2014-05-28 | 1 | -3/+1 |
| | |||||
* | Rename "Dependencies" section into "Managed by Composer" | Nic Wortel | 2014-05-28 | 1 | -1/+1 |
| | |||||
* | Reorder entries | Nic Wortel | 2014-05-28 | 1 | -8/+12 |
| | |||||
* | Keep cache and logs directories | Nic Wortel | 2014-05-28 | 1 | -0/+2 |
| | |||||
* | Add leading slashes | Nic Wortel | 2014-05-28 | 1 | -11/+11 |
| | |||||
* | Ignore bin folder | Nic Wortel | 2014-05-28 | 1 | -0/+1 |
| | |||||
* | Replace app/bootstrap wildcard with explicit entry | Nic Wortel | 2014-05-28 | 1 | -1/+1 |
| | | | | See https://github.com/symfony/symfony-standard/commit/e7b7b0f366465b15a29f44d7ba17287bb0b8392b | ||||
* | Ignore phpunit.xml in Symfony2 applications | Giorgio Premi | 2014-05-20 | 1 | -0/+3 |
| | |||||
* | Fix eol issues | Jacob Rigby | 2014-04-23 | 1 | -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 gitignore | Attila Bukor | 2012-05-22 | 1 | -0/+3 |
| | |||||
* | Added parameters.yml to list for Symfony2. | Douglas Greenshields | 2012-03-19 | 1 | -0/+1 |
| | | | | Symfony 2.0.4 changed standard to using a parameters.yml file, so this change allows for both variants. | ||||
* | Updated through ↵ | Oncle Tom | 2011-09-01 | 1 | -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 Trauzzi | 2011-08-04 | 1 | -0/+3 |
| | | | | removes sensitive data found in parameters.ini. | ||||
* | Symfony2 gitignore | Jeremy Mikola | 2011-01-28 | 1 | -0/+4 |
Ignore application logs/cache, uploads and published bundle assets. |