mirror of
https://gitcode.com/JianFeeeee/TrulyMEM-TrueHumanMEM.git
synced 2026-09-20 17:08:18 +00:00
chore: add .gitignore for build/log/cache artifacts
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@ -22,3 +22,20 @@ build/trulymem/*
|
|||||||
task_archive/
|
task_archive/
|
||||||
ts/task_archive/
|
ts/task_archive/
|
||||||
core/web_config.json
|
core/web_config.json
|
||||||
|
|
||||||
|
# Build artifacts
|
||||||
|
build/trulymem/
|
||||||
|
dist/
|
||||||
|
*.spec
|
||||||
|
|
||||||
|
# HarmonyOS / Hvigor build cache
|
||||||
|
.hvigor/
|
||||||
|
entry/build/
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
*.log
|
||||||
|
full_output.log
|
||||||
|
|
||||||
|
# OS
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|||||||
Reference in New Issue
Block a user