Compare commits

...

2 commits

2 changed files with 6 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
.angular/
dist/
node_modules/

View file

@ -14,6 +14,9 @@
"browser": "src/main.ts", "browser": "src/main.ts",
"index": "src/index.html", "index": "src/index.html",
"tsConfig": "tsconfig.app.json" "tsConfig": "tsconfig.app.json"
},
"configurations": {
"ci": {}
} }
} }
} }