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
This commit is contained in:
2025-08-26 17:58:56 +07:00
parent 4d2e84a45a
commit fb58e9f52a

3
.gitignore vendored
View File

@@ -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