Exclude Vim * .sw * files from angular-cli auto rebuild

This is due to https://github.com/angular/angular-cli/issues/2425 , where the end result was deleting files fromangular-cli.json

How do I modify a file angular-cli.jsonto ignore some file extensions?

Ideally, I would ignore *.swpso that it ng servedoesn't rebuild every time I type inside vim.

+4
source share

Source: https://habr.com/ru/post/1670001/


All Articles