mirror of
https://github.com/pezkuwichain/bizinikiwi-connect.git
synced 2026-04-22 02:57:55 +00:00
feat: initial commit for bizinikiwi-connect with clean CI
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
dist
|
||||
.idea
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
# TypeScript cache
|
||||
*.tsbuildinfo
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# Optional REPL history
|
||||
.node_repl_history
|
||||
|
||||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
.env.test
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
.cache
|
||||
|
||||
# Stores VSCode versions used for testing VSCode extensions
|
||||
.vscode-test
|
||||
|
||||
# yarn v2
|
||||
.yarn/*
|
||||
.pnp.*
|
||||
|
||||
pnpm-lock.yaml
|
||||
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
.DS_Store
|
||||
.vscode
|
||||
|
||||
.prettierrc
|
||||
package-lock.json
|
||||
|
||||
# Project specifics
|
||||
.chains
|
||||
_site
|
||||
.github
|
||||
CONTRIBUTING*
|
||||
DEPLOY-RELEASE*
|
||||
LICENSE*
|
||||
README*
|
||||
*coverage*
|
||||
polkadot.json*
|
||||
ksmcc3.json*
|
||||
westend2.json*
|
||||
*westmint*.json*
|
||||
rococo_v2_2.json*
|
||||
packages/connect/src/connector/specs/js
|
||||
packages/connect-known-chains/src/specs
|
||||
zombienet-tests/src/*.js
|
||||
examples/light-client-extension-helpers-extension/playwright-report
|
||||
projects/extension/playwright-report
|
||||
|
||||
.changeset
|
||||
Reference in New Issue
Block a user