1
0
mirror of https://github.com/github/gitignore synced 2024-06-05 12:17:58 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
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