fix concatenator
This commit is contained in:
@@ -7,10 +7,10 @@ OUTPUT_FILE="project_context.txt"
|
||||
EXCLUDE_DIRS=("build" "data" ".git")
|
||||
|
||||
# File extensions to include (add more as needed)
|
||||
INCLUDE_EXTENSIONS=("odin" "Makefile" "md")
|
||||
INCLUDE_EXTENSIONS=("odin" "Makefile" "md" "json" "h" "cc")
|
||||
|
||||
# Special files to include (without extension)
|
||||
INCLUDE_FILES=("ols.json" "Makefile" "build.odin.zon")
|
||||
INCLUDE_FILES=()
|
||||
|
||||
# Clear the output file
|
||||
> "$OUTPUT_FILE"
|
||||
|
||||
Reference in New Issue
Block a user