2022-07-05 03:02:38 +01:00
|
|
|
lib-cov
|
|
|
|
*.seed
|
|
|
|
*.log
|
|
|
|
*.csv
|
|
|
|
*.dat
|
|
|
|
*.out
|
|
|
|
*.pid
|
|
|
|
*.gz
|
|
|
|
*.swp
|
|
|
|
|
|
|
|
pids
|
|
|
|
logs
|
|
|
|
results
|
|
|
|
tmp
|
|
|
|
|
|
|
|
# Coverage reports
|
|
|
|
coverage
|
|
|
|
|
|
|
|
# API keys and secrets
|
|
|
|
.env
|
|
|
|
|
|
|
|
# Dependency directory
|
|
|
|
node_modules
|
|
|
|
bower_components
|
2022-09-18 22:11:08 +01:00
|
|
|
package-lock.json
|
2022-07-05 03:02:38 +01:00
|
|
|
|
|
|
|
# Editors
|
|
|
|
.idea
|
|
|
|
*.iml
|
|
|
|
|
|
|
|
# OS metadata
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
# Ignore built ts files
|
|
|
|
dist/
|
|
|
|
|
|
|
|
__pycache__/
|
|
|
|
|
|
|
|
/.yalc
|
|
|
|
yalc.lock
|
|
|
|
|
|
|
|
# ignore Rust compiler files
|
|
|
|
/backend-rs/target
|
2022-07-28 22:00:42 +01:00
|
|
|
/bin/backend
|
2022-08-23 20:26:43 +01:00
|
|
|
/backend/target
|
|
|
|
/backend/out
|
2022-07-09 17:35:13 +01:00
|
|
|
|
|
|
|
# packaged teasers
|
|
|
|
*.zip
|
2022-08-18 01:15:19 +01:00
|
|
|
*.tar.gz
|