foambubble/foam

Make foam respect the .gitignore file

开放

#1,388 创建于 2024年8月31日

 (8 条评论) (3 个反应) (0 位负责人)TypeScript (623 个派生)batch import
good first issuehelp wanted

仓库指标

星标
 (14,407 个星标)
PR 合并指标
 (平均合并 4小时 22分钟) (30 天内合并 1 个 PR)

描述

Is your feature request related to a problem? Please describe.

The graph view plots all the files in the repository. This is a problem if the user has a virtual env installed in the repository, becuase it will plot all the .md files in the env. This also applies to wikilink autocompletion, where the pop-up will include all the files in the venv.

Describe the solution you'd like

Make foam respect the .gitignore file, meaning that the folders and files defined in .gitignore should be ignored by foam entirely.

Describe alternatives you've considered

The user could filter the filetypes in Foam > Files: Notes Extensions and use a custom filetype, but this is really not an alternative.

Screenshots or Videos

No response

贡献者指南