Skip to content

Commit

Permalink
CHORE: Add gitignore and sample yaml configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cian911 committed Dec 12, 2021
1 parent 6fbc2e1 commit da240aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/bin
.DS_Store
7 changes: 7 additions & 0 deletions yaml/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
watchers:
- path: "/input"
destination: "/output"
ext: ".txt"
- path: "/input"
destination: "/output"
ext: ".mp4"
Empty file added yaml/invalid.yaml
Empty file.

0 comments on commit da240aa

Please sign in to comment.