From 2ef6d4739d8b6bd2644c72ce5f6ccae5d62ff6cd Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sat, 30 Nov 2024 09:11:53 +1100 Subject: [PATCH] Update .gitignore Update .gitignore to exclude all the spelling items --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 05e6f9ee..709ecd9d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,12 @@ config.status autom4te.cache/ contrib/pacman/PKGBUILD contrib/spec/onedrive.spec + +# Ignore everything in the .github folder +.github/* + +# Allow actions/spelling in .github +!.github/actions/spelling/ + +# Ensure spellcheck.yaml in .github is not ignored +!.github/actions/spelling/spellcheck.yaml \ No newline at end of file