From 1c11b0e04fa60c215583c50d71316c4b21ae9b35 Mon Sep 17 00:00:00 2001 From: Brian Daley Date: Thu, 11 Apr 2019 15:55:43 -0400 Subject: [PATCH 1/3] DS_Store nonsense --- .DS_Store | Bin 12292 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 2bb9b115559649dbabaae1c93bb7b28c355525d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12292 zcmeHNU2GIp6uxI^VTOS+tw@*OF4h8Kg)S}q(E!_S!4?Wsw$SohW_O2n!t6}lnQbYx z*l0qGs86CI8WSJX2vHwI5`R#6K!^_}(r7Rt#$b5RL=yjEc+qp`PIss6Y+GW2RcAK$ z-r0N3nfcC{@6MfbX9yusmx>1oSw;xqu+UbVfz?q$0s^*`R?4tHLSa?!KRt>XnO6c+WsH#U%%FX!U-1p~Kep<`#jdbcg5mPd; z*W0`ZcoFa-;6=cTfER&Vj{u!}apOkJ_pH~ey$E;__+LkW-X8*3XdANI0oGc#4y@=S zJeAW&cx%Ib%mb{xfZc}dc7U~(DcV@3*fLYFQw(6{*dL(k*oN$OfVIq=05d0GpBd~7 z1+259UBFT&5Mr%YdlB#=FggMy*yWOYcXb9MF+I`cFyJslFUL_yGyE`#kVv%0=(6+k zOVKV>G0d{EufaDZCwJ;Jj^{akW+q!t8Ff-}H_hFfC9^YX@3-i>n%HM+wr7`}Igg7Hl{ z7}Et|rqIyXuyIpUyC|j%d7G?CrqV6fOQvkJi?a-jOk+&fnv-%jMxiyPtEq&BlKhyY z#!{#(*Q#nnIn1)3_S z*G%PrA}9HLXyaQnDIr@{{<;47oLJ1YrJ~BiDaGt%$6DkM@ZuS6PaHkjtjDQkoary} z-_3EmX@58=W6ipSrT%+(QQ}$*^ot#$R9L}_2H$cJslZHwLOCbK`R%F{l~vYNDO7Xf zCcd?sxy3pk5Y}+{P|CLgMP`$!k*CCA8f<1 z;4yd{j={5V9A1DE@G6{w)9@C&4d>u9xCocvG7Q31xDG$UuMDAYi1Q4WYY5aN**Qg9kcJ8Qy3^&zM{N(OkGSN+Sm~sq#Xd$ai*`e_Vs!V< zoi~5MLZN6o5>h@ia)=BK9dR0^9yds}7vEJ>BvQ_?ze|=D2_oRI;4SIBOHt~xWh={2 zHU&ojlU1x1io{$bJF~30Ul7C`91Tpmb{$HmBJY_rT#r&h$0a{5amS?XCGsWt4k>$+ z{E0-J4h2Zn04#x0sD!l;f-uy>de{QZuni*6f<$cx38EHRHH)mh&9)7U3yoAKyYZC(7FfqqunezsUX zn&_KGI$V6qs_XP;Ci&QUA`6VZ3UEh6qJ8+S9}PLcye$2vhIM2}a?1^>7< zPCumFv>y|&%lLCEb}oL=m{r?;Z9%_G(qs8`(8Zsux=ue{pPu$(4E+rLiRioF77%xh zjXR8p<5^jhMbn8nl%K|&RXc-td~FxJ90?*~cE8y`Qbco!?7+v%-=*H4> z!G*)d+q?*P5t!r=$U}TNWCiJ<|ZHZv(MK*CUo<$hH|^ElP2_?H>Zr7ggTM{Xe^M@6G>No<(lo{Qnnlw2xE( From 800d681eae183c7769f8ac2c1cf466324967aa9d Mon Sep 17 00:00:00 2001 From: Brian Daley Date: Thu, 11 Apr 2019 15:56:07 -0400 Subject: [PATCH 2/3] future DS_Store nonsense --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file From 0826d42e4b407a0c385a37dbf2ff5a8b1a85aef2 Mon Sep 17 00:00:00 2001 From: Brian Daley Date: Thu, 11 Apr 2019 15:59:54 -0400 Subject: [PATCH 3/3] codeowners file --- .github/CODEOWNERS | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..35fabae --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,38 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. +# @url https://help.github.com/en/articles/about-code-owners + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @global-owner1 and @global-owner2 will be requested for +# review when someone opens a pull request. +* @bpd01001 + +# Order is important; the last matching pattern takes the most +# precedence. When someone opens a pull request that only +# modifies JS files, only @js-owner and not the global +# owner(s) will be requested for a review. +# *.js @js-owner + +# You can also use email addresses if you prefer. They'll be +# used to look up users just like we do for commit author +# emails. +# *.go docs@example.com + +# In this example, @doctocat owns any files in the build/logs +# directory at the root of the repository and any of its +# subdirectories. +# /build/logs/ @doctocat + +# The `docs/*` pattern will match files like +# `docs/getting-started.md` but not further nested files like +# `docs/build-app/troubleshooting.md`. +# docs/* docs@example.com + +# In this example, @octocat owns any file in an apps directory +# anywhere in your repository. +# apps/ @octocat + +# In this example, @doctocat owns any file in the `/docs` +# directory in the root of your repository. +# /docs/ @doctocat \ No newline at end of file