fix concatenator
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
./build
|
||||
./data
|
||||
./data
|
||||
./project_context.txt
|
||||
@@ -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"
|
||||
|
||||
3201
project_context.txt
Normal file
3201
project_context.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user