Skip to content

Commit

Permalink
.gitignore updated
Browse files Browse the repository at this point in the history
  • Loading branch information
klimov-paul committed Jun 2, 2015
1 parent a9efc6b commit c430e99
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
# phpstorm project files
.idea

# netbeans project files
nbproject

# zend studio for eclipse project files
.buildpath
.project
.settings

# windows thumbnail cache
Thumbs.db

# composer files
/composer.lock
/vendor
composer.phar

# Mac DS_Store Files
.DS_Store

# phpunit itself is not needed
phpunit.phar
# local phpunit config
/phpunit.xml

# local tests configuration
/tests/data/config.local.php

0 comments on commit c430e99

Please sign in to comment.