Fantastic/.gitignore

53 lines
463 B
Plaintext
Raw Permalink Normal View History

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
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
backend
2022-07-28 22:00:42 +01:00
/bin/backend
2023-06-04 19:48:58 +01:00
/src/rust/target
2022-07-09 17:35:13 +01:00
# packaged teasers
*.zip
2022-08-18 01:15:19 +01:00
*.tar.gz
2023-02-21 03:56:08 +00:00
Fantastic/