From a7434c7cdba8834893a5ef416397d25048b1cd9f Mon Sep 17 00:00:00 2001 From: "Braden M. Kelley" Date: Sun, 20 Aug 2017 12:13:00 -0700 Subject: [PATCH] build: ignore vim and emacs files Change the default `build.ignored` option to ignore files used by vim and emacs that are not needed by angular-cli --- .../angular/application/files/__dot__angular-cli.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/schematics/angular/application/files/__dot__angular-cli.json b/packages/schematics/angular/application/files/__dot__angular-cli.json index d9f972f6f6..9344dd44a7 100644 --- a/packages/schematics/angular/application/files/__dot__angular-cli.json +++ b/packages/schematics/angular/application/files/__dot__angular-cli.json @@ -51,6 +51,9 @@ } }, "defaults": { + "build": { + "ignored": ["**/*~", "**/.#*", "**/.*.sw[pon]"] + }, "styleExt": "<%= style %>",<% if (!minimal) { %> "component": {}<% } else { %> "component": {