cosmjs/.gitignore
2021-05-18 15:16:01 +02:00

36 lines
401 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/
# 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
!.yarn/versions