From 71f807c57607a4f5da537fc9aebded7b35e088d2 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 9 Apr 2023 17:47:40 +0800 Subject: [PATCH] Update gitignore for content code workspace --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ab29b87..2822863 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ .direnv +# The code workspace used for the dedicated branches for certain content. +./code-workspace/ + # Certain files just need to be ignored. /layouts/partials/openring.html /layouts/partials/planet.html