From 4020bf1b7ac07be6a060164d50c661b1e060dc58 Mon Sep 17 00:00:00 2001 From: karina Date: Mon, 20 Apr 2026 14:56:29 +0400 Subject: [PATCH] chore: update .gitignore --- .gitignore | 3 ++- Kernel/justfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 02ab928..377b8fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .build .vscode .DS_Store -compile_commands.json \ No newline at end of file +compile_commands.json +.cache \ No newline at end of file diff --git a/Kernel/justfile b/Kernel/justfile index 55e521c..417ef27 100644 --- a/Kernel/justfile +++ b/Kernel/justfile @@ -10,4 +10,4 @@ build: @echo "✅ Kernel ready at: {{BUILD_DIR}}/Kernel/ksOSKernel.bin" clean: - rm -rf {{TEMP_DIR}}/Kernel + rm -rf {{TEMP_DIR}}/Kernel \ No newline at end of file