-
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.
- Loading branch information
Showing
179 changed files
with
9,562 additions
and
24,094 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,85 +1,23 @@ | ||
# Specifies intentionally untracked files to ignore when using Git | ||
# http://git-scm.com/docs/gitignore | ||
|
||
*~ | ||
*.sw[mnpcod] | ||
.tmp | ||
*.tmp | ||
*.tmp.* | ||
*.sublime-project | ||
*.sublime-workspace | ||
.DS_Store | ||
Thumbs.db | ||
UserInterfaceState.xcuserstate | ||
$RECYCLE.BIN/ | ||
|
||
*.log | ||
log.txt | ||
npm-debug.log* | ||
|
||
/.idea | ||
/.ionic | ||
/.sass-cache | ||
/.sourcemaps | ||
/.versions | ||
/.vscode | ||
/coverage | ||
/dist | ||
# Dependencies | ||
/node_modules | ||
/platforms | ||
/plugins | ||
/www | ||
|
||
/dist/ | ||
/bazel-out | ||
/integration/bazel/bazel-* | ||
*.log | ||
|
||
# Include when developing application packages. | ||
pubspec.lock | ||
.c9 | ||
.idea/ | ||
.devcontainer/* | ||
!.devcontainer/README.md | ||
!.devcontainer/recommended-devcontainer.json | ||
!.devcontainer/recommended-Dockerfile | ||
.settings/ | ||
*.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 | ||
# Production | ||
/build | ||
|
||
# build-analytics | ||
.build-analytics | ||
# Generated files | ||
.docusaurus | ||
.cache-loader | ||
|
||
# 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 | ||
|
||
.angular | ||
# Firebase | ||
.firebase | ||
*-debug.log | ||
.runtimeconfig.json | ||
# Misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
.eslintcache | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* |
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 |
---|---|---|
|
@@ -5,5 +5,4 @@ coverage | |
/dist | ||
/.github | ||
/node_modules | ||
*.md | ||
/.angular | ||
/.docusaurus |
Oops, something went wrong.