2017-05-09 23:28:09 +03:00
|
|
|
lib-cov
|
|
|
|
*.seed
|
2017-05-09 22:53:53 +03:00
|
|
|
*.log
|
2017-05-09 23:28:09 +03:00
|
|
|
*.csv
|
|
|
|
*.dat
|
|
|
|
*.out
|
|
|
|
*.pid
|
|
|
|
*.gz
|
|
|
|
*.swp
|
|
|
|
|
|
|
|
pids
|
|
|
|
logs
|
|
|
|
results
|
|
|
|
tmp
|
|
|
|
|
2018-02-22 00:24:48 +03:00
|
|
|
# Build
|
2017-05-09 23:28:09 +03:00
|
|
|
public/css/main.css
|
|
|
|
|
2018-02-22 00:24:48 +03:00
|
|
|
# Coverage reports
|
|
|
|
coverage
|
|
|
|
|
2017-05-09 23:28:09 +03:00
|
|
|
# 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/**/*
|
2018-02-21 23:25:45 +03:00
|
|
|
|
2019-03-17 00:29:34 +03:00
|
|
|
# ignore yarn.lock
|
|
|
|
yarn.lock
|