Skip to content

Commit 41cc9c6

Browse files
committed
chore: cleanup settings
1 parent f1b9865 commit 41cc9c6

File tree

7 files changed

+2667
-0
lines changed

7 files changed

+2667
-0
lines changed

angular-tutorial/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ yarn-error.log*
1919
.project
2020
tmp/
2121
typings/
22+
package-lock.json
2223

2324
# Visual Studio Code
2425
.vscode/*

angular-tutorial/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@angular/compiler-cli": "^12.2.0",
49+
"@nativescript/ios": "8.1.0",
4950
"@nativescript/types": "~8.1.0",
5051
"@nativescript/webpack": "~5.0.0",
5152
"@ngtools/webpack": "^12.2.0",

angular-tutorial/yarn.lock

Lines changed: 2661 additions & 0 deletions
Large diffs are not rendered by default.

plain-tutorial/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ yarn-error.log*
1919
.project
2020
tmp/
2121
typings/
22+
package-lock.json
2223

2324
# Visual Studio Code
2425
.vscode/*

react-tutorial/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ yarn-error.log*
1919
.project
2020
tmp/
2121
typings/
22+
package-lock.json
2223

2324
# Visual Studio Code
2425
.vscode/*

svelte-tutorial/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ yarn-error.log*
1919
.project
2020
tmp/
2121
typings/
22+
package-lock.json
2223

2324
# Visual Studio Code
2425
.vscode/*

vue-tutorial/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ yarn-error.log*
1919
.project
2020
tmp/
2121
typings/
22+
package-lock.json
2223

2324
# Visual Studio Code
2425
.vscode/*

0 commit comments

Comments
 (0)