diff --git a/.gitignore b/.gitignore index 9f1c8a6..f2e9c4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,42 @@ +# phpstorm project files .idea *.sublime-project *.sublime-workspace +# netbeans project files +nbproject + +# zend studio for eclipse project files +.buildpath +.project +.settings + +global.php + +# windows thumbnail cache +Thumbs.db + # composer vendor dir /vendor -vendor/* -/vendor/* # composer itself is not needed composer.phar -.composer /.composer /.quarantine -.quarantine \ No newline at end of file +.quarantine + +# Mac DS_Store Files +.DS_Store + +# phpunit itself is not needed +phpunit.phar +# local phpunit config +/phpunit.xml + + +/console/runtime +/common/runtime +/frontend/runtime +/frontend/web/assets \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 68bdb65..70a9df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ============== +1.0.0.1.pre +----------------- + * .gitignore update + 1.0.0 ----------------- * Ready project \ No newline at end of file