mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
38 lines
297 B
Plaintext
38 lines
297 B
Plaintext
|
lib-cov
|
||
|
*.seed
|
||
|
*.log
|
||
|
*.csv
|
||
|
*.dat
|
||
|
*.out
|
||
|
*.pid
|
||
|
*.gz
|
||
|
*.swp
|
||
|
|
||
|
pids
|
||
|
logs
|
||
|
results
|
||
|
tmp
|
||
|
|
||
|
# Build
|
||
|
dist
|
||
|
|
||
|
# Coverage reports
|
||
|
coverage
|
||
|
|
||
|
# API keys and secrets
|
||
|
.env
|
||
|
|
||
|
# Dependency directory
|
||
|
node_modules
|
||
|
bower_components
|
||
|
|
||
|
# Editors
|
||
|
.idea
|
||
|
*.iml
|
||
|
|
||
|
# OS metadata
|
||
|
.DS_Store
|
||
|
Thumbs.db
|
||
|
|
||
|
# Ignore built ts files
|
||
|
dist/**/*
|