From 9528cb321a15bdc3ca01c2932b13e8d6738ac6fd Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 31 Jul 2024 18:38:09 +0100 Subject: [PATCH] Update build configuration files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 51c502d..fc8ca2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,14 @@ # Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. +/.phpunit.cache /.phpunit.result.cache /output_*/ /vendor/ +# Front-end assets. +node_modules +source/build + /.direnv/ /flake.lock