Skip to content

Commit d7b9810

Browse files
committed
add angular cache to gitignore, no analytics in cli
1 parent d553a8f commit d7b9810

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ npm-debug.log
4040
yarn-error.log
4141
testem.log
4242
/typings
43+
.angular/
4344

4445
# System Files
4546
.DS_Store

angular.json

+3
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,8 @@
126126
}
127127
}
128128
}
129+
},
130+
"cli": {
131+
"analytics": false
129132
}
130133
}

0 commit comments

Comments
 (0)