Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Ignore emacs lockfiles (#20497)
Fixes: #15278 > Bug report > When using next dev with emacs, as you develop, emacs creates symbolic link files starting with .# as lock files. Next.js seems to attempt to load these but fails, spewing out errors constantly. Prevents dev server from crashing when emacs creates lockfiles tested with: - GNU Emacs 27.1 - OSX 11.1 - Node v15.4.0
- Loading branch information
Showing
with
10 additions
and 1 deletion.
- +1 −0 .gitignore
- +9 −1 packages/next/build/webpack-config.ts