mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
fix skills import path and gitignores
This commit is contained in:
parent
3adec910c0
commit
6ca97b7f4a
11 changed files with 662 additions and 48 deletions
|
|
@ -5,16 +5,13 @@
|
|||
# Obsolete
|
||||
memory/**
|
||||
instruments/**
|
||||
knowledge/custom/**
|
||||
|
||||
# Logs, tmp, usr
|
||||
logs/*
|
||||
tmp/*
|
||||
usr/*
|
||||
|
||||
# Knowledge directory – keep only default/
|
||||
knowledge/**
|
||||
!knowledge/default/
|
||||
!knowledge/default/**
|
||||
|
||||
# Keep .gitkeep markers anywhere
|
||||
!**/.gitkeep
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue