Added custom_modules folder to the .gitignore.

This commit is contained in:
Relintai 2022-10-30 11:34:26 +01:00
parent 0b37d5ec86
commit 44f66b5106

3
.gitignore vendored
View File

@ -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/