cosmjs/.gitignore
2020-01-22 09:55:20 +01:00

29 lines
271 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/
# Release dir
tmp/
# Build artifacts
build/
dist/
docs/
# Lock file?
yarn.lock
npm.lock