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

fix Watcher ignored regex #2479

Merged

Conversation

abdullahtariq1171
Copy link
Contributor

↪️ Pull Request

Solves issue of auto-rebuild / hot-reloading not working for files/directories having .git (e.g. xyz.github.io) in it

How? So instead of ignoring any file/directories containing .git it will only ignore ones where .git appear at start of file/directories

Fixes
#2231
#2093

💻 Examples

🚨 Test instructions

Create file hello.git.js

console.log("hi from hello.git.js")

and run parcel hello.git.js and make changes in file.

✔️ PR Todo

  • Added/updated unit tests for this change
  • Filled out test instructions (In case there aren't any unit tests)
  • Included links to related issues/PRs

@devongovett devongovett merged commit 8322e47 into parcel-bundler:master Dec 30, 2018
@abdullahtariq1171 abdullahtariq1171 deleted the fix-watcher-ignore branch November 14, 2021 19:40
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

Successfully merging this pull request may close these issues.

None yet

3 participants