zdravko/.gitignore
Tine bb1ba5ed58
feat(keyvalue): add badger as keyvalue store
KeyValue store will be used by Incidents, so that the functions
can decide based on history not just on the event that triggered them.
2024-04-28 16:06:49 +02:00

17 lines
139 B
Text

dist/
# NPM
package-lock.json
package.json
node_modules/
# Database
zdravko.db*
zdravko_kv.db*
temporal.db*
# Keys
*.pem
# Config
.env