Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Yudi committed Mar 17, 2024
1 parent 47469b8 commit 27708ee
Show file tree
Hide file tree
Showing 179 changed files with 9,562 additions and 24,094 deletions.
17 changes: 0 additions & 17 deletions .browserslistrc

This file was deleted.

16 changes: 0 additions & 16 deletions .editorconfig

This file was deleted.

5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

51 changes: 0 additions & 51 deletions .eslintrc.json

This file was deleted.

16 changes: 0 additions & 16 deletions .firebaserc

This file was deleted.

92 changes: 15 additions & 77 deletions .gitignore
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*
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ coverage
/dist
/.github
/node_modules
*.md
/.angular
/.docusaurus
Loading

0 comments on commit 27708ee

Please sign in to comment.