Create composer.json file, gitignore vendor/ folder

This commit is contained in:
Romano Schoonheim 2020-12-14 17:12:55 +01:00
parent ee0ebff76a
commit eaf3a17e04
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -15,3 +15,6 @@ _nemazat/css/font-awesome.min.css
app/updater/*.bin
app/logs/*.log
backup/*.zip
vendor/
idea/

3
composer.json Normal file
View File

@ -0,0 +1,3 @@
{
"autoload": {}
}