Skip to content

Commit

Permalink
Sample Config (#139)
Browse files Browse the repository at this point in the history
Some users have been annoyed that they are working in config.yaml but
its not ignored by the project.


so:

```sh
mv config.yaml sample-config.yaml
echo 'config.yaml' >> .gitignore
```

cc @ferrau10
  • Loading branch information
bh2smith authored Feb 5, 2025
1 parent 1c5db36 commit 576c6cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ coverage.xml

# Metrics
grafana

# This is like a users local config.
config.yaml
File renamed without changes.

0 comments on commit 576c6cb

Please sign in to comment.