You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
phpvms/.gitignore

91 lines
1.4 KiB

_ide_helper.php
.php_cs.cache
.phpstorm.meta.php
.phpunit.result.cache
7 years ago
/vendor
7 years ago
node_modules/
npm-debug.log
composer.phar
6 years ago
yarn-error.log
*.bak
7 years ago
# Laravel 4 specific
bootstrap/compiled.php
app/storage/
# Laravel 5 & Lumen specific
public/storage
public/hot
storage/*.key
storage/settings.json
storage/*.sqlite
7 years ago
.env.*.php
.env.php
.env
.env.*
.env.bak
env.php
.env.generated
.vagrant
#Homestead.yaml
7 years ago
Homestead.json
LocalValetDriver.php
docker-compose-profiler.yml
7 years ago
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
.rocketeer/
7 years ago
tmp/
# intellij files
.idea/composerJson.xml
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/gradle.xml
.idea/**/libraries
cmake-build-debug/
.idea/**/mongoSettings.xml
*.iws
out/
.idea_modules/
atlassian-ide-plugin.xml
.idea/replstate.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
.idea
phpvms.iml
phpvms_next.iml
# Gradle:
public/info.php
# Error Logs
error_log
7 years ago
.sass-cache
.DS_Store
/config.php
/config.bak.php
/VERSION
sync.sh
###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###