Skip to content

Commit

Permalink
.gitignore update
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Feb 28, 2017
1 parent 05ed9cd commit 1438345
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
33 changes: 29 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
.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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
==============

1.0.0.1.pre
-----------------
* .gitignore update

1.0.0
-----------------
* Ready project

0 comments on commit 1438345

Please sign in to comment.