/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
.gitignore
65 строк
1 KB
George Mamadashvili
Performance Tests: Ignore the locally generated artifacts directory (#81024)
31 июл 2026, 16:40
Не верифицирован
31 июл 2026, 16:40
eb8dc83
Код
Авторство
О чём код?
# Directories/files that may be generated by this project build build-module build-style build-types build-wp node_modules .wasm-vips-build gutenberg.zip .content-entry.js coverage .phpunit.result.cache .reassure .dev-ready # Directories/files that may appear in your environment *.log yarn.lock /artifacts /test/e2e/artifacts /test/performance/artifacts /test/e2e/flakiness-report /perf-envs /composer.lock # The /.cache folder is needed for phpcs to cache results between runs, 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 # Generated native views of repository agent skills /.claude/skills/ # Operating system specific files .DS_Store Thumbs.db # Report generated from jest-junit junit.xml # Local overrides .wp-env.override.json .wp-env.test.override.json playwright.config.override.ts phpcs.xml phpunit.xml phpunit-watcher.yml .tool-versions test/storybook-playwright/test-results test/storybook-playwright/specs/__snapshots__ test/storybook-playwright/specs/*-snapshots/** test/gutenberg-test-themes/twentytwentyone test/gutenberg-test-themes/twentytwentythree test/gutenberg-test-themes/twentytwentyfour # Files related to applying patches *.rej *.orig