Skip to content

Commit

Permalink
Add additional file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed Aug 21, 2024
1 parent 1f6b7c2 commit 6e6b299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bin/print_files
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ copy_combined_content_to_clipboard() {
}

# List of file extensions to include
include_extensions=("py" "yml" "toml" "js" "ts" "tsx" "css" "md" "txt" "Dockerfile")
include_extensions=("py" "rs" "scala" "yml" "yaml" "toml" "js" "ts" "tsx" "css" "md" "txt" "Dockerfile")

# Parse command line options
print_content=true
Expand Down

0 comments on commit 6e6b299

Please sign in to comment.