phpvms/.gitignore

78 lines
1.2 KiB
Plaintext
Raw Normal View History

2017-06-11 11:50:53 +08:00
_ide_helper.php
2019-05-13 02:26:44 +08:00
.php_cs.cache
.phpstorm.meta.php
.phpunit.result.cache
2017-06-10 03:47:02 +08:00
/vendor
2017-06-08 07:35:27 +08:00
node_modules/
npm-debug.log
2018-05-02 22:54:21 +08:00
composer.phar
2018-05-05 02:59:47 +08:00
yarn-error.log
*.bak
2017-06-08 07:35:27 +08:00
# Laravel 4 specific
bootstrap/compiled.php
app/storage/
# Laravel 5 & Lumen specific
public/storage
public/hot
storage/*.key
storage/settings.json
2017-08-18 03:01:47 +08:00
storage/*.sqlite
2017-06-08 07:35:27 +08:00
.env.*.php
.env.php
.env
2017-12-17 04:18:42 +08:00
.env.bak
2017-12-17 15:11:42 +08:00
env.php
.env.generated
2017-06-14 01:51:01 +08:00
.vagrant
#Homestead.yaml
2017-06-08 07:35:27 +08:00
Homestead.json
LocalValetDriver.php
docker-compose-profiler.yml
2017-06-08 07:35:27 +08:00
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
.rocketeer/
2017-06-08 07:43:25 +08:00
tmp/
2017-06-20 23:11:28 +08:00
# intellij files
.idea/composerJson.xml
2017-06-20 23:11:28 +08:00
.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
2017-12-17 04:18:42 +08:00
.idea
phpvms.iml
2017-06-21 07:49:45 +08:00
phpvms_next.iml
2017-06-20 23:11:28 +08:00
# Gradle:
public/info.php
2017-08-13 00:46:05 +08:00
# Error Logs
error_log
2017-08-18 03:53:10 +08:00
.sass-cache
.DS_Store
2018-02-05 02:49:35 +08:00
/config.php
/VERSION