Part of https://www.notion.so/Implement-stacks-1b5a6b22d472806a82f5dafed6955138 Reviewed-on: LaconicNetwork/cosmjs#1 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
42 lines
445 B
Plaintext
42 lines
445 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# TypeScript build output
|
|
dist/
|
|
|
|
# Editor directories and files
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Crash reports
|
|
*.crash
|
|
|
|
# Yarn
|
|
.yarn/
|
|
.pnp.*
|
|
|
|
# npm
|
|
.npm/
|
|
|
|
# misc
|
|
.nyc_output/
|
|
.cache/
|
|
.eslintcache
|