From 2d9effe2c4a9b7cdc7fe040faf0a3b72a2456290 Mon Sep 17 00:00:00 2001 From: Practicalli Engineering Date: Tue, 2 Apr 2024 18:35:12 +0100 Subject: [PATCH] dev: consistent git ignore inclusion patterns --- .gitignore | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8f50ecc3..51bd74ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,25 @@ -*.log -.cache -**/site +# Exclude all files from root directory +/* + +# ------------------------ +# Common project files +!CHANGELOG.md +!README.md +!LICENSE + +# ------------------------ +# Include MkDocs files +!docs/ +!includes/ +!overrides/ +!mkdocs.yml + +# ------------------------ +# Project automation +!Makefile + +# ------------------------ +# Version Control +!.gitignore +!.github/ +