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