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/
|
||||
ts/task_archive/
|
||||
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