Browse Source

begin

master
blobt 3 years ago
parent
commit
d0b7b4e6c7
  1. 38
      .gitignore
  2. 19
      composer.json

38
.gitignore

@ -0,0 +1,38 @@
# yii console commands
/yii_test
/yii_test.bat
# 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/*
!/vendor/blobt/
# composer itself is not needed
composer.phar
# Mac DS_Store Files
.DS_Store
# phpunit itself is not needed
phpunit.phar
# local phpunit config
/phpunit.xml
# vagrant runtime
/.vagrant
vendor.zip
/vagrant

19
composer.json

@ -0,0 +1,19 @@
{
"name": "blobt/luxcore",
"description": "LuxCore Render Controller",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Blobt\\Luxcore\\": "src/"
}
},
"authors": [
{
"name": "blobt",
"email": "380255922@qq.com"
}
],
"minimum-stability": "dev",
"require": {}
}
Loading…
Cancel
Save