Skip to content

Commit cb862ce

Browse files
committed
chore: Update gitignore file and remove unused code files
1 parent bfe1333 commit cb862ce

File tree

12 files changed

+3149
-2060
lines changed

12 files changed

+3149
-2060
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See http://help.github.com/ignore-files/ for more about ignoring files.
1+
# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
22

33
# Compiled output
44
/dist

angular.json

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,28 @@
2626
"tsConfig": "tsconfig.app.json",
2727
"inlineStyleLanguage": "scss",
2828
"assets": [
29-
"src/favicon.ico",
30-
"src/assets"
29+
{
30+
"glob": "**/*",
31+
"input": "public"
32+
}
3133
],
3234
"styles": [
3335
"src/styles.scss"
3436
],
35-
"scripts": [],
36-
"server": "src/main.server.ts",
37-
"prerender": true,
38-
"ssr": {
39-
"entry": "server.ts"
40-
}
37+
"scripts": []
4138
},
4239
"configurations": {
4340
"production": {
4441
"budgets": [
4542
{
4643
"type": "initial",
47-
"maximumWarning": "500kb",
48-
"maximumError": "1mb"
44+
"maximumWarning": "500kB",
45+
"maximumError": "1MB"
4946
},
5047
{
5148
"type": "anyComponentStyle",
52-
"maximumWarning": "2kb",
53-
"maximumError": "4kb"
49+
"maximumWarning": "2kB",
50+
"maximumError": "4kB"
5451
}
5552
],
5653
"outputHashing": "all"
@@ -76,10 +73,7 @@
7673
"defaultConfiguration": "development"
7774
},
7875
"extract-i18n": {
79-
"builder": "@angular-devkit/build-angular:extract-i18n",
80-
"options": {
81-
"buildTarget": "learn-angular:build"
82-
}
76+
"builder": "@angular-devkit/build-angular:extract-i18n"
8377
},
8478
"test": {
8579
"builder": "@angular-devkit/build-angular:karma",
@@ -91,8 +85,10 @@
9185
"tsConfig": "tsconfig.spec.json",
9286
"inlineStyleLanguage": "scss",
9387
"assets": [
94-
"src/favicon.ico",
95-
"src/assets"
88+
{
89+
"glob": "**/*",
90+
"input": "public"
91+
}
9692
],
9793
"styles": [
9894
"src/styles.scss"

0 commit comments

Comments
 (0)