fix odin syntax
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
OUTPUT_FILE="project_context.txt"
|
||||
|
||||
# Directories to exclude
|
||||
EXCLUDE_DIRS=("odin-out" "data" ".git" "node_modules" ".odin-cache" "tests")
|
||||
EXCLUDE_DIRS=("build" "data" ".git")
|
||||
|
||||
# File extensions to include (add more as needed)
|
||||
INCLUDE_EXTENSIONS=("odin" "Makefile" "md")
|
||||
|
||||
Reference in New Issue
Block a user