feat(library): ignore files under vendor dir (fanal#44)

This commit is contained in:
Teppei Fukuda
2019-10-31 12:25:12 +02:00
committed by GitHub
parent 9e8f0bb4f0
commit cf9d00dfc2
8 changed files with 32 additions and 22 deletions

View File

@@ -9,9 +9,7 @@ import (
)
var (
NODE_DEP_DIR = "node_modules"
COMPOSER_DEP_DIR = "vendor"
PathSeparator = fmt.Sprintf("%c", os.PathSeparator)
PathSeparator = fmt.Sprintf("%c", os.PathSeparator)
)
func CacheDir() string {