Skip to content

Commit e438771

Browse files
committed
Build/Test Tools: Ignore the .envlite/ state directory.
envlite stores its per-checkout private state (port cache, manifest) in `.envlite/` at the repo root. The directory is local working state and must not be tracked.
1 parent e29ee98 commit e438771

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ wp-tests-config.php
2828
/jsdoc
2929
/composer.lock
3030
/vendor
31+
/.envlite/
3132
/src/wp-admin/css/*.min.css
3233
/src/wp-admin/css/*-rtl.css
3334
/src/wp-admin/css/colors/*/*.css

0 commit comments

Comments
 (0)