42 lines
990 B
Plaintext
42 lines
990 B
Plaintext
# Ignore Python-related directories:
|
|
__pycache__/
|
|
/venv/
|
|
|
|
# Ignore auto-generated settings.json:
|
|
/settings.json
|
|
|
|
# Ignore configuration in subdirectories:
|
|
/conf/category_defaults/*
|
|
/conf/channel_defaults/*
|
|
/conf/defaults/*
|
|
/conf/guild_defaults/*
|
|
/conf/role_defaults/*
|
|
/conf/user_defaults/*
|
|
/conf/workflows/*
|
|
|
|
# Keep stubs for directory structure:
|
|
!/conf/category_defaults/put_category_names_or_ids_here
|
|
!/conf/channel_defaults/put_channel_names_or_ids_here
|
|
!/conf/defaults/put_channel_topic_tokens_here
|
|
!/conf/guild_defaults/put_guild_names_or_ids_here
|
|
!/conf/role_defaults/put_role_names_or_ids_here
|
|
!/conf/user_defaults/put_user_names_or_ids_here
|
|
!/conf/workflows/put_comfyui_api_workflows_here
|
|
|
|
# Keep example .json files:
|
|
!/conf/defaults/example-workflow.json
|
|
!/conf/workflows/example-workflow.json
|
|
|
|
# Ignore rotating logs:
|
|
/log.txt
|
|
/log.txt.*
|
|
/*.log.txt
|
|
/*.log.txt.*
|
|
|
|
# Ignore statistics logging database:
|
|
/database.db
|
|
|
|
# Ignore proposed alternative config directory:
|
|
/conf_2
|
|
/conf_2/
|