Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

build(@angular/cli): ignore vim and emacs files #110

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
}
},
"defaults": {
"build": {
"ignored": ["**/*~", "**/.#*", "**/.*.sw[pon]"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, nevermind my last comment. We don't have an option in the configuration for ignored. Where did you get that field from?

},
"styleExt": "<%= style %>",<% if (!minimal) { %>
"component": {}<% } else { %>
"component": {
Expand Down