From 348ef58c12164d6dd8f8cda4eec8e7df5765907e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorente?= Date: Tue, 29 May 2018 19:15:37 +0200 Subject: [PATCH] gitignore added --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e06e2a --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# yii console command +/yii + +# phpstorm project files +.idea + +# netbeans project files +nbproject + +# zend studio for eclipse project files +.buildpath +.project +.settings + +# windows thumbnail cache +Thumbs.db + +# composer vendor dir +/vendor + +# composer itself is not needed +composer.phar + +# Mac DS_Store Files +.DS_Store +.AppleDouble + +# phpunit itself is not needed +phpunit.phar + +# local phpunit config +/phpunit.xml + +# composer lock +composer.lock \ No newline at end of file