-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.txt
More file actions
36 lines (29 loc) · 1.05 KB
/
config.txt
File metadata and controls
36 lines (29 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# folders
scaffold_folder=.kilocode
scaffold_file_modes=.kilocodemodes
root_allowlist=.kilocodemodes
ignore_patterns=.kilocode\commands\run-sync.md, .kilocode\docs, .kilocode\temp, .kilocode\rules\02-database.md, .kilocode\*\agents*.md, *.png, *.jpg, */__pycache__/*
folders_faves=D:\Dropbox\Projects\AgentAutoFlow\app, D:\Dropbox\Projects\AV-cleaner\app, D:\Dropbox\Projects\AV-clean-one-stream\app, D:\Dropbox\Projects\MediaShare\app, D:\Dropbox\Projects\SpartanRecruiting\app, D:\Dropbox\Projects\CyberMage\app
# test mode
dry_run=false
# How tight or loose do you want date/time comparison for replacements?
file_compare_threshold_sec=4
# Misc
backup_mode=timestamped
# GUI
window_width=860
window_height=700
ui_dark_bg=#000000
ui_dark_bg_alt=#111111
ui_fg_primary=#e0e0e0
ui_button_bg=#000000
ui_button_bg_hover=#111111
ui_button_border=#00ff5f
ui_button_text=#e0e0e0
ui_font_size_title=16
ui_font_size_project=12
ui_font_size_section_title=11
ui_font_size_hint=11
ui_font_size_dry_run=11
ui_font_size_folder_preview_header=11
ui_font_size_folder_preview_row=11