fix concatenator

This commit is contained in:
2026-02-15 11:45:09 -05:00
parent ad599a0af7
commit d318534782
3 changed files with 3205 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
./build ./build
./data ./data
./project_context.txt

View File

@@ -7,10 +7,10 @@ OUTPUT_FILE="project_context.txt"
EXCLUDE_DIRS=("build" "data" ".git") EXCLUDE_DIRS=("build" "data" ".git")
# File extensions to include (add more as needed) # 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) # Special files to include (without extension)
INCLUDE_FILES=("ols.json" "Makefile" "build.odin.zon") INCLUDE_FILES=()
# Clear the output file # Clear the output file
> "$OUTPUT_FILE" > "$OUTPUT_FILE"

3201
project_context.txt Normal file

File diff suppressed because it is too large Load Diff