Create composer.json file, gitignore vendor/ folder
This commit is contained in:
parent
ee0ebff76a
commit
eaf3a17e04
3
.gitignore
vendored
3
.gitignore
vendored
@ -15,3 +15,6 @@ _nemazat/css/font-awesome.min.css
|
|||||||
app/updater/*.bin
|
app/updater/*.bin
|
||||||
app/logs/*.log
|
app/logs/*.log
|
||||||
backup/*.zip
|
backup/*.zip
|
||||||
|
|
||||||
|
vendor/
|
||||||
|
idea/
|
||||||
|
3
composer.json
Normal file
3
composer.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"autoload": {}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user