diff --git a/.gitignore b/.gitignore index fb17df4..820ce78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1,37 @@ -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ # Environment-related parameters -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ .env -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ ### Vendors -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ /vendor/ -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ ### Composer -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ /composer.lock /composer.phar -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ ### Phing -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ /phing/properties -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ ### PHPUnit -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ /phpunit.xml -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ ### PHP Coding Standards Fixer generated files -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ /.php_cs.cache @@ -41,17 +41,17 @@ /build/ -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ ### Generated databases -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ /data/tmp *.sql *.sqlite -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ ### Compiled source -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ *.com *.class *.dll @@ -60,21 +60,21 @@ *.so -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ ### Shell scripts -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ /*.sh -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ ### JetBrains -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ /.idea -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ ### NetBeans template -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ nbproject/private/ nbbuild/ dist/ @@ -83,9 +83,9 @@ nbactions.xml .nb-gradle/ -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ ### OSX template -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ .DS_Store .AppleDouble .LSOverride @@ -112,9 +112,9 @@ Temporary Items .apdisk -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ ### Linux template -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ *~ # temporary files which can be created if a process still has a handle open of a deleted file @@ -127,9 +127,9 @@ Temporary Items .Trash-* -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ ### Windows template -# ---------------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ # Windows image file caches Thumbs.db ehthumbs.db