From 2259c8c61956c7dec5d92ab7b3489ef4d59f62f2 Mon Sep 17 00:00:00 2001 From: Pieter Hollander Date: Wed, 21 Feb 2024 11:25:23 +0100 Subject: [PATCH] Don't commit docs as long as those are not anonymised yet. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6a09e0b..3c5b73d 100644 --- a/.gitignore +++ b/.gitignore @@ -65,4 +65,7 @@ Temporary Items vendor/ # Go workspace file -go.work \ No newline at end of file +go.work + +# Don't commit docs as long as those are not anonymised yet. +docs \ No newline at end of file