Remove AGPL headers from GitHub template files

This commit is contained in:
Evan Hahn 2020-11-12 16:13:12 -06:00 committed by GitHub
parent 2977c0ca3d
commit 20a0a78ef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 6 deletions

View file

@ -30,7 +30,9 @@ const EXTENSIONS_TO_CHECK = new Set([
'.plist',
]);
const FILES_TO_IGNORE = new Set([
'ISSUE_TEMPLATE.md',
'Mp3LameEncoder.min.js',
'PULL_REQUEST_TEMPLATE.md',
'WebAudioRecorderMp3.js',
]);