Commit Graph

16 Commits

Author SHA1 Message Date
Nic Wortel e07830483e Rename Assets section 2014-05-28 12:23:42 +02:00
Nic Wortel 43893107bd Rename Composer section 2014-05-28 12:22:34 +02:00
Nic Wortel 0c9dce6966 Move bootstrap file to "Managed by Composer" section 2014-05-28 12:21:56 +02:00
Nic Wortel e098aa360b Rename "Dependencies" section into "Managed by Composer" 2014-05-28 12:21:08 +02:00
Nic Wortel 97de996895 Reorder entries 2014-05-28 12:04:09 +02:00
Nic Wortel c58fff4f3e Keep cache and logs directories 2014-05-28 11:58:44 +02:00
Nic Wortel cc716260e1 Add leading slashes 2014-05-28 11:57:41 +02:00
Nic Wortel 7794d39d2f Ignore bin folder 2014-05-28 11:53:46 +02:00
Nic Wortel d6cfcd686c Replace app/bootstrap wildcard with explicit entry
See e7b7b0f366
2014-05-28 11:41:45 +02:00
Giorgio Premi 5be59710d3 Ignore phpunit.xml in Symfony2 applications 2014-05-20 15:51:47 +02:00
Jacob Rigby 5eacf05adb Fix eol issues
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.
2014-04-23 16:02:01 -05:00
Attila Bukor 74174a83c6 added composer.phar to Symfony2 gitignore 2012-05-22 11:50:51 +03:00
Douglas Greenshields f0d9ce471a Added parameters.yml to list for Symfony2.
Symfony 2.0.4 changed standard to using a parameters.yml file, so this change allows for both variants.
2012-03-19 18:54:06 +00:00
Oncle Tom 4c9fba7b1e Updated through http://www.deanoj.co.uk/programming/git/git-ignore-file-for-symfony2/ 2011-09-01 17:05:08 -07:00
Alexander Trauzzi ddec169fbd Cleaner and also safer gitignore. Dodges vendors dir entirely and also removes sensitive data found in parameters.ini. 2011-08-04 06:41:51 -05:00
Jeremy Mikola d4fb0f1cd0 Symfony2 gitignore
Ignore application logs/cache, uploads and published bundle assets.
2011-01-28 04:02:39 +08:00