mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-27 09:21:35 +07:00
fix(gitignore): add mise configuration files and correct .agents entries
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -18,6 +18,9 @@ ui/src/ui/__screenshots__/
|
|||||||
ui/playwright-report/
|
ui/playwright-report/
|
||||||
ui/test-results/
|
ui/test-results/
|
||||||
|
|
||||||
|
# Mise configuration files
|
||||||
|
mise.toml
|
||||||
|
|
||||||
# Android build artifacts
|
# Android build artifacts
|
||||||
apps/android/.gradle/
|
apps/android/.gradle/
|
||||||
apps/android/app/build/
|
apps/android/app/build/
|
||||||
@@ -87,11 +90,12 @@ USER.md
|
|||||||
/memory/
|
/memory/
|
||||||
.agent/*.json
|
.agent/*.json
|
||||||
!.agent/workflows/
|
!.agent/workflows/
|
||||||
.agents/
|
|
||||||
.agents
|
|
||||||
/local/
|
/local/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
.claude/settings.local.json
|
.claude/settings.local.json
|
||||||
|
.agents/
|
||||||
|
.agents
|
||||||
|
.agent/
|
||||||
|
|
||||||
# Local iOS signing overrides
|
# Local iOS signing overrides
|
||||||
apps/ios/LocalSigning.xcconfig
|
apps/ios/LocalSigning.xcconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user