From fb58e9f52a1dc640461e6ced99b2c36e2f41d8c3 Mon Sep 17 00:00:00 2001 From: kenzuyaa Date: Tue, 26 Aug 2025 17:58:56 +0700 Subject: [PATCH] chore(git): update .gitignore file - Remove unshackle.yaml from ignore list - Delete 'services/' directory from ignore list - Add 'Cache' to ignore list at the end of the file --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 26a73b6..a409ac8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # unshackle -unshackle.yaml unshackle.yml update_check.json *.mkv @@ -25,7 +24,6 @@ unshackle/certs/ unshackle/WVDs/ unshackle/PRDs/ temp/ -services/ # Byte-compiled / optimized / DLL files __pycache__/ @@ -235,3 +233,4 @@ cython_debug/ marimo/_static/ marimo/_lsp/ __marimo__/ +Cache \ No newline at end of file