mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
38 lines
516 B
Plaintext
38 lines
516 B
Plaintext
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
|
|
# IDE-specific
|
|
.vscode/
|
|
.idea/
|
|
|
|
# demo mnemonics from cli
|
|
*.key
|
|
|
|
# Code coverage
|
|
.nyc_output/
|
|
coverage/
|
|
|
|
# Documentation builds
|
|
/docs_deployment/
|
|
|
|
# Yarn v2
|
|
.yarn/*
|
|
!.yarn/cache
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
# We are not using yarn's deferred versioning for now (see https://yarnpkg.com/features/release-workflow)
|
|
# !.yarn/versions
|