From ad5e5d21ca265e966ad2a8d9dcd56dd93da0cc5a Mon Sep 17 00:00:00 2001 From: UncleCode Date: Wed, 8 Jan 2025 13:09:23 +0800 Subject: [PATCH] Remove .codeiumignore from version control and add to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 943c059c..b28b377a 100644 --- a/.gitignore +++ b/.gitignore @@ -226,4 +226,7 @@ tree.md .local .do /plans -plans/ \ No newline at end of file +plans/ + +# Codeium +.codeiumignore \ No newline at end of file