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
unshackle.yaml
unshackle.yml unshackle.yml
update_check.json update_check.json
*.mkv *.mkv
@@ -25,7 +24,6 @@ unshackle/certs/
unshackle/WVDs/ unshackle/WVDs/
unshackle/PRDs/ unshackle/PRDs/
temp/ temp/
services/
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
@@ -235,3 +233,4 @@ cython_debug/
marimo/_static/ marimo/_static/
marimo/_lsp/ marimo/_lsp/
__marimo__/ __marimo__/
Cache