You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
351 B
42 lines
351 B
lib-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
*.swp
|
|
|
|
pids
|
|
logs
|
|
results
|
|
tmp
|
|
|
|
# Build
|
|
public/css/main.css
|
|
|
|
# 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
|
|
/release |