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.
41 lines
342 B
41 lines
342 B
5 years ago
|
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
|