From 3f42d60efc87be33e3371c702bdabe4d80b1451e Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sat, 17 Aug 2024 18:11:14 -0400 Subject: [PATCH] Add docs to ignored file for this repo --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 10bf0de..f244260 100644 --- a/.gitignore +++ b/.gitignore @@ -301,4 +301,7 @@ config/ op25/ # Ignore any local run scripts for development -*.bat \ No newline at end of file +*.bat + +# Ignore the auto-generated docs folder +/docs \ No newline at end of file