From c05be22d7dd3fa29eef8b74e89ea6104b858046b Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Mon, 12 Jul 2021 11:45:53 -0400 Subject: [PATCH] Ignoring symlink requirements.txt. --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4afc405e2..9b1ded7bc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -21,5 +21,6 @@ "static/*.js": true, "blog/.jekyll-cache": true, "blog/_site": true, + "requirements.txt": true, // It's just a symlink to config/requirements.txt, which has git history }, }