Reply to 1213987925869944832
@arye_eidelman You can add files to git even if they are ignored, and then git will also track future changes to these files. So you can globally ignore .vscode, but still have a repo which has a .vscode folder.Reply to 1213987925869944832
@arye_eidelman You can add files to git even if they are ignored, and then git will also track future changes to these files. So you can globally ignore .vscode, but still have a repo which has a .vscode folder.