Add license config files

This commit is contained in:
Yarmo Mackenbach 2020-07-30 11:31:18 +02:00
parent 873767ad53
commit 503c4faefc
2 changed files with 18 additions and 0 deletions

14
.licenseignore Normal file
View file

@ -0,0 +1,14 @@
.git/
node_modules/
vendor/
**/*.md
**/*.png
**/*.svg
.licenseignore
.gitignore
composer.json
composer.lock
package.json
package-lock.json

View file

@ -0,0 +1,4 @@
{
"ignore": ".licenseignore",
"license": "LICENSE.HEADER"
}