-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from MichaelOdumosu57/upgrade
Upgrade
- Loading branch information
Showing
19 changed files
with
2,347 additions
and
17,996 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1 @@ | ||
|
||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
|
||
# compiled output | ||
/dist | ||
/tmp | ||
/out-tsc | ||
# Only exists if Bazel was run | ||
/bazel-out | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# profiling files | ||
chrome-profiler-events*.json | ||
speed-measure-plugin*.json | ||
|
||
# IDEs and editors | ||
/.idea | ||
.project | ||
.classpath | ||
.c9/ | ||
*.launch | ||
.settings/ | ||
*.sublime-workspace | ||
|
||
# IDE - VSCode | ||
.vscode/* | ||
!.vscode/settings.json | ||
!.vscode/tasks.json | ||
!.vscode/launch.json | ||
!.vscode/extensions.json | ||
.history/* | ||
|
||
# misc | ||
/.sass-cache | ||
/connect.lock | ||
/coverage | ||
/libpeerconnection.log | ||
npm-debug.log | ||
yarn-error.log | ||
testem.log | ||
/typings | ||
|
||
# System Files | ||
.DS_Store | ||
Thumbs.db | ||
|
||
# dev additons | ||
vendor | ||
node_modules | ||
site-packages | ||
AngularApp/issues | ||
ignore | ||
AngularApp/backend/python/__pycache__/* | ||
*.pcap | ||
ignore/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,59 @@ | ||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
.DS_STORE | ||
|
||
# compiled output | ||
/dist | ||
/tmp | ||
/out-tsc | ||
# Only exists if Bazel was run | ||
/dist/ | ||
/bazel-out | ||
/integration/bazel/bazel-* | ||
*.log | ||
node_modules/ | ||
|
||
# dependencies | ||
/node_modules | ||
# CircleCI temporary file for cache key computation. | ||
# See `save_month_to_file` in `.circleci/config.yml`. | ||
month.txt | ||
|
||
# profiling files | ||
chrome-profiler-events*.json | ||
speed-measure-plugin*.json | ||
|
||
# IDEs and editors | ||
/.idea | ||
.project | ||
.classpath | ||
.c9/ | ||
*.launch | ||
# Include when developing application packages. | ||
pubspec.lock | ||
.c9 | ||
.idea/ | ||
.devcontainer/* | ||
!.devcontainer/README.md | ||
!.devcontainer/recommended-devcontainer.json | ||
!.devcontainer/recommended-Dockerfile | ||
.settings/ | ||
*.sublime-workspace | ||
|
||
# IDE - VSCode | ||
.vscode/* | ||
!.vscode/settings.json | ||
!.vscode/tasks.json | ||
!.vscode/launch.json | ||
!.vscode/extensions.json | ||
.history/* | ||
|
||
# misc | ||
/.sass-cache | ||
/connect.lock | ||
/coverage | ||
/libpeerconnection.log | ||
.vscode/launch.json | ||
.vscode/settings.json | ||
.vscode/tasks.json | ||
*.swo | ||
*.swp | ||
modules/.settings | ||
modules/.vscode | ||
.vimrc | ||
.nvimrc | ||
|
||
# Don't check in secret files | ||
*secret.js | ||
|
||
# Ignore npm/yarn debug log | ||
npm-debug.log | ||
yarn-error.log | ||
testem.log | ||
/typings | ||
|
||
# System Files | ||
.DS_Store | ||
Thumbs.db | ||
# build-analytics | ||
.build-analytics | ||
|
||
# rollup-test output | ||
/modules/rollup-test/dist/ | ||
|
||
# User specific bazel settings | ||
.bazelrc.user | ||
|
||
# User specific ng-dev settings | ||
.ng-dev.user* | ||
|
||
.notes.md | ||
baseline.json | ||
|
||
# Ignore .history for the xyz.local-history VSCode extension | ||
.history | ||
|
||
# Husky | ||
.husky/_ | ||
aio/content/examples/.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.