Skip scanning folders if they contain a .ndignore file. Closes #297

This commit is contained in:
Deluan
2020-05-18 14:37:01 -04:00
parent f82fefe0ab
commit 9e845cb116
4 changed files with 28 additions and 9 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ const (
RequestThrottleBacklogLimit = 100
RequestThrottleBacklogTimeout = time.Minute
I18nFolder = "i18n"
I18nFolder = "i18n"
SkipScanFile = ".ndignore"
)
// Cache options