-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (50 loc) · 1.07 KB
/
.gitignore
File metadata and controls
60 lines (50 loc) · 1.07 KB
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
52
53
54
55
56
57
58
59
60
# 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
vendor
# Directories/files that may appear in your environment
*.log
yarn.lock
/artifacts
/test/e2e/artifacts
/perf-envs
# VSCode
.vscode
# Serena
.serena
# 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
# WordPress Themes
wp-content/themes/*
!wp-content/themes/project-name
# WordPress Plugins
wp-content/plugins/*
!wp-content/plugins/project-name-*
wp-content/uploads/
/wp-content/database/
/wp-content/index.php