Skip scanning folders if they contain a .ndignore file. Closes #297
This commit is contained in:
+2
-1
@@ -28,7 +28,8 @@ const (
|
||||
RequestThrottleBacklogLimit = 100
|
||||
RequestThrottleBacklogTimeout = time.Minute
|
||||
|
||||
I18nFolder = "i18n"
|
||||
I18nFolder = "i18n"
|
||||
SkipScanFile = ".ndignore"
|
||||
)
|
||||
|
||||
// Cache options
|
||||
|
||||
Reference in New Issue
Block a user