2016-01-02 16:43:18 +03:00
|
|
|
# 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
|
2016-09-16 01:28:28 +03:00
|
|
|
/composer.phar
|
|
|
|
/composer.lock
|
2016-01-02 16:43:18 +03:00
|
|
|
|
|
|
|
# Mac DS_Store Files
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# phpunit itself is not needed
|
|
|
|
phpunit.phar
|
|
|
|
# local phpunit config
|
|
|
|
/phpunit.xml
|
2016-04-15 01:10:19 +03:00
|
|
|
|
|
|
|
# npm debug
|
|
|
|
npm-debug*
|
2016-05-10 01:49:50 +03:00
|
|
|
|
|
|
|
# Docker override file
|
|
|
|
docker-compose.override.yml
|
2016-09-16 01:28:28 +03:00
|
|
|
|
|
|
|
# Локальный .env
|
|
|
|
/.env
|