From 297a863a170e8bf0a3170f27f76ad46ae977cb48 Mon Sep 17 00:00:00 2001 From: poggit-bot Date: Thu, 4 Nov 2021 03:51:01 -0400 Subject: [PATCH] Create .poggit.yml Poggit-CI is enabled for this repo by @Vecnavium Visit the Poggit-CI page for this repo at https://poggit.pmmp.io/ci/Vecnavium/SlapperCooldown --- .poggit.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .poggit.yml diff --git a/.poggit.yml b/.poggit.yml new file mode 100644 index 0000000..b00eab1 --- /dev/null +++ b/.poggit.yml @@ -0,0 +1,8 @@ +--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/Vecnavium/SlapperCooldown +build-by-default: true +branches: +- master +projects: + SlapperCooldown: + path: "" +...