From 44f66b51061c51e31dfa329cc6685408c7f83648 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 30 Oct 2022 11:34:26 +0100 Subject: [PATCH] Added custom_modules folder to the .gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c955d4904..9f53bc024 100644 --- a/.gitignore +++ b/.gitignore @@ -369,3 +369,6 @@ compile_commands.json # https://clangd.llvm.org/ cache folder .clangd/ .cache/ + +# Ignored custom modules folder that the project setup script can use when needed +custom_modules/