balpan-rs / balpan

Simple CLI Tool that supports your onboarding for a journey on source code.
37 stars 7 forks source link

Update File Filtering Conditions and Refactor #89

Closed notJoon closed 5 months ago

notJoon commented 5 months ago

:star2: What does this PR do?

  1. Added types of files to filter
  2. hash map was created every time the function was called, but it has been modified to create the hash map only once using once_call