Last active
June 9, 2022 13:27
-
-
Save lbjay/e7043b3ebe175c97b10e256c98e95e7d to your computer and use it in GitHub Desktop.
gitwishes exclude repos & patterns
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"exclude_repos": ["oh_my_fortune","gotgit","GithubBotRepo","dlpkuhole2"], | |
"exclude_terms": ["Garbage Man", "roomservice", "fluent in silence"], | |
"queries": [ | |
"i wish", | |
"i just wish", | |
"i really wish", | |
"i seriously wish", | |
"i seriously hope", | |
"i really hope" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment