Skip to content

Commit 576c6cb

Browse files
authored
Sample Config (#139)
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
1 parent 1c5db36 commit 576c6cb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ coverage.xml
1313

1414
# Metrics
1515
grafana
16+
17+
# This is like a users local config.
18+
config.yaml

config.yaml sample-config.yaml

File renamed without changes.

0 commit comments

Comments
 (0)