forked from kenzuya/unshackle
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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||||
Reference in New Issue
Block a user