.gitignore 69 B

1234567
  1. /target
  2. *config.yaml
  3. *secret*
  4. *private-key*
  5. .envrc
  6. fortuna.db*
  7. .env*