mirror of
https://github.com/PR0M3TH3AN/RePrompt.git
synced 2025-09-08 06:58:42 +00:00
29 lines
571 B
YAML
29 lines
571 B
YAML
custom_sections:
|
|
- file: changelog.txt
|
|
section_title: Changelog
|
|
- file: LICENSE.txt
|
|
section_title: License
|
|
exclude_dirs:
|
|
- node_modules
|
|
- venv
|
|
- __pycache__
|
|
- .git
|
|
- dist
|
|
- build
|
|
- logs
|
|
- .idea
|
|
- .vscode
|
|
important_files:
|
|
- src\app.py
|
|
- src\config.yaml
|
|
- src\generate_repo_context.py
|
|
- src\index.html
|
|
- src\README.md
|
|
- src\requirements.txt
|
|
- src\saved_config.yaml
|
|
- src\global_files\format_response.md
|
|
- src\static_files\important_info.txt
|
|
- src\static_files\overview.txt
|
|
- src\static_files\to-do_list.txt
|
|
source_directory: C:\Users\user\Documents\GitHub\Context-Tool
|