Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--interactive mode ignore certain files/folders #91

Open
BlueRedBrackets opened this issue Jan 13, 2023 · 0 comments
Open

--interactive mode ignore certain files/folders #91

BlueRedBrackets opened this issue Jan 13, 2023 · 0 comments

Comments

@BlueRedBrackets
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant