mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Add license config files
This commit is contained in:
parent
873767ad53
commit
503c4faefc
2 changed files with 18 additions and 0 deletions
14
.licenseignore
Normal file
14
.licenseignore
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
.git/
|
||||||
|
node_modules/
|
||||||
|
vendor/
|
||||||
|
|
||||||
|
**/*.md
|
||||||
|
**/*.png
|
||||||
|
**/*.svg
|
||||||
|
|
||||||
|
.licenseignore
|
||||||
|
.gitignore
|
||||||
|
composer.json
|
||||||
|
composer.lock
|
||||||
|
package.json
|
||||||
|
package-lock.json
|
4
license-checker-config.json
Normal file
4
license-checker-config.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"ignore": ".licenseignore",
|
||||||
|
"license": "LICENSE.HEADER"
|
||||||
|
}
|
Loading…
Reference in a new issue