Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ahobsonsayers committed Oct 7, 2024
1 parent 2351117 commit 26e1b8d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ go.work
# Local go mod vendor ignore
vendor/

# Specif files and folders
# Specific files and folders
.aider*
config.yaml

/config.yaml
36 changes: 36 additions & 0 deletions test/testdata/config/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
apiKey: test
country: GB

notification:
ntfy:
url: example.com
topic: test
username: test
password: test
telegram:
apiToken: test
chatId: 1234

global:
eventSimilarity: 75
regions:
- GBLO
- GBNW
numTickets: 2
discount: 25

tickets:
- event: Event 1
- event: Event 2
eventSimilarity: 90
- event: Event 3
regions: [GBSW]
- event: Event 4
numTickets: 1
- event: Event 5
discount: 15
- event: Event 6
eventSimilarity: -1
regions: []
numTickets: -1
discount: -1

0 comments on commit 26e1b8d

Please sign in to comment.