()
| 378 | } |
| 379 | |
| 380 | async openIgnoreManager() { |
| 381 | await this.pruneIgnoredFiles(); |
| 382 | new IgnoreManagerModal(this.app, this).open(); |
| 383 | } |
| 384 | |
| 385 | async openManagedFile(file: TFile): Promise<void> { |
| 386 | const nativeBinaryExtensions = [ |
no test coverage detected