Skip to content

Commit eddd686

Browse files
the-ulttimdeschryver
authored andcommitted
chore: update nx and angular 13 (#260)
BREAKING CHANGE: This version requires the following versions: - Angular v13
1 parent 58d832b commit eddd686

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+623
-481
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
!.vscode/extensions.json
2727

2828
# misc
29+
/.angular/cache
30+
.angular
31+
.cache
2932
/.sass-cache
3033
/connect.lock
3134
/coverage

.husky/.gitignore

-1
This file was deleted.

.nxignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/projects/vscode-atl-render

.prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ CHANGELOG.md
3535
!.vscode/extensions.json
3636

3737
# misc
38+
.cache
39+
.angular
3840
/.sass-cache
3941
/connect.lock
4042
/coverage

angular.json

-296
This file was deleted.

0 commit comments

Comments
 (0)