2016-09-08 2 views

답변

5

더 정확한 기능은 없다하더라도, 당신은 디렉토리를 추가하고 다른 모든 파일과 폴더를 제외 할 수

"folders": [ 
    { 
    "path": "path/to/the/folder", 
    "folder_exclude_patterns": ["**/**"], 
    "file_include_patterns": ["file_to_include"] 
    } 
] 
+0

어떤 파일이 루트 폴더에있는 경우? –

+0

나는 그것을 대답 할 것이다. 그것은 어쨌든 작동한다. –