Skip to content

Commit 411c734

Browse files
committed
Expand the .gitignore file
This adds several patterns to the `.gitignore` file to prevent accidentally committing files related to contributing through version control. The `wp-test-runner` directory is also being added as the default directory for running tests locally.
1 parent a7615d1 commit 411c734

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,13 @@
33
vendor/
44
package-lock.json
55
commit.json
6-
ignore.json
6+
ignore.json
7+
8+
# Exclude the default test directory.
9+
wp-test-runner/
10+
11+
# Files related to applying patches
12+
*.rej
13+
*.orig
14+
*.patch
15+
*.diff

0 commit comments

Comments
 (0)