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