Skip to content

Commit 1fe4ef0

Browse files
committed
Add several files to .gitignore.
- Files created by the build script testing workflow. - Code coverage related files. - Zip file created by the performance testing workflow.
1 parent 0fbfb38 commit 1fe4ef0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

‎.gitignore‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ wp-tests-config.php
4848
/artifacts
4949
/setup.log
5050
/coverage
51+
/codecov
52+
codecov.*
53+
before.zip
54+
wordpress.zip
55+
wp-code-coverage-*.xml
5156

5257
# Files and folders that get created in wp-content
5358
/src/wp-content/blogs.dir

0 commit comments

Comments
 (0)