ITADN

Actually include USEFUL examples

#181Closedtwardoch 创建于 2025-07-16
documentation
T
twardochcommented
https://code2prompt.dev/docs/tutorials/learn_filters/ gives examples like: ``` code2prompt test_dir --include="*.py" --exclude="**/uppercase/*" --include-priority=true code2prompt test_dir --include="*.py" code2prompt test_dir --exclude="*.txt" ``` And then there's a lot of GPT-written word fluff. Instead of that, include USEFUL examples which show: - How to exclude a folder with a given name - How to exclude MULTIPLE patterns - How to exclude the paths specified in .gitignore
关闭于 2025-07-17 1 条评论