Skip to content

--interactive mode ignore certain files/folders #91

@BlueRedBrackets

Description

@BlueRedBrackets

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].

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions