bake icon indicating copy to clipboard operation
bake copied to clipboard

--interactive mode ignore certain files/folders

Open BlueRedBrackets opened this issue 2 years ago • 0 comments

Issue

Editing files with vi creates a .swp file which causes bake to restart my app before I save my file.

  1. bake run my_app --interactive
  2. vi src/main.c
  3. make an edit without saving
  4. vi creates a .swp file
  5. bake restarts the app <-- I don't want this

Feature Request

I'd like some way to tell bake to ignore certain files/folders/patterns when determining if it should rebuild/restart the app.

Something akin to nodemon's nodemon --ignore PATTERN [--ignore PATTERN2].

BlueRedBrackets avatar Jan 13 '23 19:01 BlueRedBrackets