mirror of
https://github.com/status-im/eth_ava_bridge.git
synced 2025-02-22 07:48:14 +00:00
53 lines
440 B
Plaintext
53 lines
440 B
Plaintext
node_modules
|
|
|
|
#hardhat files
|
|
cache
|
|
artifacts
|
|
frontend/src/hardhat
|
|
types
|
|
|
|
lib-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
*.swp
|
|
|
|
pids
|
|
logs
|
|
results
|
|
tmp
|
|
|
|
# Build
|
|
public/css/main.css
|
|
artifacts
|
|
|
|
# Cache
|
|
cache
|
|
|
|
# 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/**/*
|
|
|
|
# ignore yarn.lock
|
|
yarn.lock |