Skip to content

Commit

Permalink
feat: update to angular 13
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jan 15, 2022
1 parent f247fa7 commit cbb1ecb
Show file tree
Hide file tree
Showing 14 changed files with 7,744 additions and 13,036 deletions.
25 changes: 12 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1,42 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
# Compiled output
/dist
/tmp
/out-tsc
/.ng_pkg_build
/build
*.tgz
/docs
/bazel-out

# dependencies
# Node
/node_modules
npm-debug.log
yarn-error.log

# IDEs and editors
/.idea
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# misc
/.sass-cache
# Miscellaneous
/.angular/cache
.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings

# System Files
# System files
.DS_Store
Thumbs.db
1 change: 1 addition & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
},
"defaultProject": "ngx-notifier",
"cli": {
"analytics": false,
"defaultCollection": "@angular-eslint/schematics"
}
}

0 comments on commit cbb1ecb

Please sign in to comment.