Skip to content

Commit

Permalink
Add the "/.cache" folder.
Browse files Browse the repository at this point in the history
It's neede for the PHP CI jobs.
  • Loading branch information
anton-vlasenko committed Dec 20, 2022
1 parent 8047037 commit f870b7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Empty file added .cache/.gitkeep
Empty file.
7 changes: 7 additions & 0 deletions .gitignore
Expand Up @@ -16,7 +16,14 @@ yarn.lock
/perf-envs
/composer.lock

# The /.cache folder is needed for the "PHP Coding Standards" CI job, while other .cache folders must be ignored
# It is not possible to re-include a file if a parent directory of that file is excluded
# So, both /.cache and /.cache./.gitkeep must be re-included
.cache
!/.cache/
/.cache/**
!/.cache/.gitkeep

.eslintcache
*.tsbuildinfo

Expand Down

1 comment on commit f870b7a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/3743730963
📝 Reported issues:

Please sign in to comment.