diff --git a/.gitignore b/.gitignore index 4e67ea0..7e74adf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,13 @@ vendor/ package-lock.json commit.json -ignore.json \ No newline at end of file +ignore.json + +# Exclude the default test directory. +wp-test-runner/ + +# Files related to applying patches +*.rej +*.orig +*.patch +*.diff