mirror of
https://github.com/Receipt-Wrangler/receipt-wrangler-api.git
synced 2026-05-04 07:59:29 -05:00
20 lines
275 B
Plaintext
20 lines
275 B
Plaintext
/config/config.*.json
|
|
/config/feature-config.*.json
|
|
!/config/feature-config.sample.json
|
|
!/config/config.sample.json
|
|
/data/*
|
|
/logs/*
|
|
/temp/*
|
|
./api
|
|
coverage.out
|
|
*.coverage
|
|
sqlite/*
|
|
.idea/*
|
|
**/__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
api
|
|
./dev/mariadb/data
|
|
./dev/mariadb/data/*
|
|
/wranglervenv/*
|