Skip to content

Commit

Permalink
Update imgbot ignores.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jan 23, 2021
1 parent bf4c810 commit 17493ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .imgbotconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"schedule": "weekly",
"ignoredFiles": [
"**/*.svg"
"**/*.svg",
"tests/example_photos/*.jpg"
]
}
5 changes: 4 additions & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ platforms:
- Windows

travis_extra_install_pre:
- sudo apt install libimage-exiftool-perl
- sudo apt install libimage-exiftool-perl

imgbot_ignore:
- tests/example_photos/*.jpg

0 comments on commit 17493ac

Please sign in to comment.