dont ever use cstring again
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Output file
|
||||
OUTPUT_FILE="project_context.txt"
|
||||
OUTPUT_FILE="jormundb-odin-project_context.txt"
|
||||
|
||||
# Directories to exclude
|
||||
EXCLUDE_DIRS=("build" "data" ".git")
|
||||
@@ -10,7 +10,7 @@ EXCLUDE_DIRS=("build" "data" ".git")
|
||||
INCLUDE_EXTENSIONS=("odin" "Makefile" "md" "json" "h" "cc")
|
||||
|
||||
# Special files to include (without extension)
|
||||
INCLUDE_FILES=()
|
||||
INCLUDE_FILES=("Makefile")
|
||||
|
||||
# Clear the output file
|
||||
> "$OUTPUT_FILE"
|
||||
|
||||
Reference in New Issue
Block a user