From 53754fc01a376719a592c2fdeb457fa779e709d2 Mon Sep 17 00:00:00 2001 From: Marty Hernandez Avedon Date: Tue, 15 Aug 2023 14:10:46 -0400 Subject: [PATCH] Update .gitignore to include files_without_canonical.txt (#781) `files_without_canonical.txt` is autogenerated by the canonical links script we've started using. This makes it so we don't have to remove it every time we run the script and commit. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7a424bbdf3b..2de29699147 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,6 @@ yarn-error.log* .idea/ /dev-resources/algolia-search/.env -/dev-resources/algolia-search/algolia-index.sh \ No newline at end of file +/dev-resources/algolia-search/algolia-index.sh + +files_without_canonical.txt