forked from WordPress/gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (44 loc) · 1.11 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Directories/files that may be generated by this project
build
build-module
build-style
build-types
node_modules
gutenberg.zip
coverage
.phpunit.result.cache
.reassure
# Directories/files that may appear in your environment
*.log
yarn.lock
/artifacts
/test/e2e/artifacts
/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
# Operating system specific files
.DS_Store
Thumbs.db
# Report generated from jest-junit
junit.xml
# Local overrides
.wp-env.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
packages/react-native-editor/src/setup-local.js