backup: 2026-03-24 04:01 - exclude browser cache
This commit is contained in:
parent
31786dee08
commit
8ab2ee5739
18
.gitignore
vendored
18
.gitignore
vendored
@ -9,18 +9,20 @@ logs/
|
|||||||
cache/
|
cache/
|
||||||
tmp/
|
tmp/
|
||||||
temp/
|
temp/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
|
||||||
# 浏览器缓存
|
# 浏览器缓存数据(非常大,不需要备份)
|
||||||
browser/cache/
|
browser/
|
||||||
browser/extensions/
|
canvas/
|
||||||
|
|
||||||
# 媒体文件(大文件,单独备份)
|
# 媒体文件(大文件,单独备份)
|
||||||
media/*
|
media/*
|
||||||
!media/.gitkeep
|
!media/.gitkeep
|
||||||
|
|
||||||
# 向量数据库(太大,可以用脚本单独备份)
|
# 向量数据库(太大,用脚本单独备份)
|
||||||
# vector_memory/data/
|
# vector_memory/data/
|
||||||
# openclaw-memory-vector/
|
|
||||||
|
|
||||||
# 系统文件
|
# 系统文件
|
||||||
.DS_Store
|
.DS_Store
|
||||||
@ -43,7 +45,7 @@ Thumbs.db
|
|||||||
# 临时测试文件
|
# 临时测试文件
|
||||||
test_*
|
test_*
|
||||||
*_test.py
|
*_test.py
|
||||||
__pycache__/
|
|
||||||
*.pyc
|
|
||||||
*.pyo
|
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
# Chrome user data (too large)
|
||||||
|
openclaw/browser/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user