Skip to content

Commit 771eea0

Browse files
committed
Added 2 more misc not required files
1 parent 4233b5e commit 771eea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,10 @@ func IsIdeFolder(path string) bool {
362362

363363
// check for the "misc" not required stuff
364364
func IsMiscNotRequiredFile(path string) bool {
365-
notRequiredSuffices := [19]string{
365+
notRequiredSuffices := []string{
366366
".DS_Store", "__MACOSX", ".gitignore", ".gitkeep", ".gitattributes", ".npmignore", "CNAME", "tsconfig.json",
367367
"tslint.json", "karma.conf.js", "angular.json", ".travis.yml", ".browserslistrc", ".editorconfig",
368-
".d.ts", "protractor.conf.js", ".spec.json", "tsconfig.app.json", "polyfills.ts",
368+
".d.ts", "protractor.conf.js", ".spec.json", "tsconfig.app.json", "polyfills.ts", "LICENSE", "LICENSE.md",
369369
}
370370

371371
for _, element := range notRequiredSuffices {

0 commit comments

Comments
 (0)