From 636aed29bbdc865eb4cec427399fe8441a5a125f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 31 Oct 2024 12:00:00 +0000 Subject: [PATCH] Parse filenames from a .bcignore file --- src/IgnoreFile.php | 15 +++++++++++++++ tests/Kernel/IgnoreFileTest.php | 21 +++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 src/IgnoreFile.php create mode 100644 tests/Kernel/IgnoreFileTest.php diff --git a/src/IgnoreFile.php b/src/IgnoreFile.php new file mode 100644 index 0000000..40c3822 --- /dev/null +++ b/src/IgnoreFile.php @@ -0,0 +1,15 @@ +