mirror of
https://github.com/netlight/my-finance-pal-backend.git
synced 2024-11-10 08:57:45 +01:00
39 lines
322 B
Text
39 lines
322 B
Text
|
lib-cov
|
||
|
*.seed
|
||
|
*.log
|
||
|
*.dat
|
||
|
*.out
|
||
|
*.pid
|
||
|
*.gz
|
||
|
*.swp
|
||
|
|
||
|
pids
|
||
|
logs
|
||
|
results
|
||
|
tmp
|
||
|
|
||
|
# Coverage reports
|
||
|
coverage
|
||
|
|
||
|
# API keys and secrets
|
||
|
.env
|
||
|
|
||
|
# Dependency directory
|
||
|
node_modules
|
||
|
|
||
|
# Editors
|
||
|
.idea
|
||
|
*.iml
|
||
|
|
||
|
# OS metadata
|
||
|
.DS_Store
|
||
|
Thumbs.db
|
||
|
|
||
|
# Ignore built ts files
|
||
|
dist
|
||
|
|
||
|
# ignore yarn.lock
|
||
|
package-lock.json
|
||
|
|
||
|
# Generated files
|
||
|
generated
|