Skip to content

Commit 026aff1

Browse files
committed
Ignore .angular folder
1 parent 2d66c75 commit 026aff1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ npm-debug.log*
2323
/.sourcemaps
2424
/.versions
2525
/.vscode
26+
/.angular
2627
/coverage
2728
/dist
2829
/node_modules

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@angular-devkit/build-angular": "~13.3.0",
4646
"@angular-devkit/core": "~13.3.0",
4747
"@angular-devkit/schematics": "~13.3.0",
48-
"@angular/cli": "~13.3.0",
48+
"@angular/cli": "^13.3.0",
4949
"@angular/compiler": "~13.3.0",
5050
"@angular/compiler-cli": "~13.3.0",
5151
"@angular/language-service": "~13.3.0",

0 commit comments

Comments
 (0)