-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexclude.example.txt
More file actions
22 lines (19 loc) · 844 Bytes
/
Copy pathexclude.example.txt
File metadata and controls
22 lines (19 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# agent-memory-kit path excludes - one path substring per line.
#
# Copy this file to exclude.txt and edit it. exclude.txt is optional and
# gitignored; only this .example ships.
#
# Each non-comment line is a substring. If a file's absolute path contains any
# of these substrings, the file is skipped during ingest. These are MERGED with
# the builtin defaults ("/.git/" and "/node_modules/"), which are always
# excluded whether or not exclude.txt exists.
#
# Blank lines and lines starting with # are ignored. Match is a plain substring,
# not a glob, so "/backups/" excludes anything under any backups directory.
# Skip backup and archive directories that would otherwise pollute recall.
/backups/
/archive/
# Skip a vendored dependency tree.
/vendor/
# Skip a specific noisy subtree by an unambiguous path fragment.
# ~/notes/scratch/