Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit a7434c7

Browse files
committed
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
1 parent 1327e49 commit a7434c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/schematics/angular/application/files/__dot__angular-cli.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
}
5252
},
5353
"defaults": {
54+
"build": {
55+
"ignored": ["**/*~", "**/.#*", "**/.*.sw[pon]"]
56+
},
5457
"styleExt": "<%= style %>",<% if (!minimal) { %>
5558
"component": {}<% } else { %>
5659
"component": {

0 commit comments

Comments
 (0)