-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
74 lines (59 loc) · 1.13 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# <https://github.com/github/gitignore/blob/main/WordPress.gitignore>
# <https://github.com/roots/bedrock/blob/master/.gitignore>
# Themes
/wp-content/themes/thematic*/languages
/wp-content/themes/twenty*/
# Plugins
/wp-content/plugins/*
!/wp-content/plugins/index.php
# Must-Use Plugins: track file, ignore dir
/wp-content/mu-plugins/*/
# Other stuff
/wp-content/cache
/wp-content/upgrade
/wp-content/uploads
!/wp-content/uploads/.gitkeep
# WordPress Core
/wp-admin/
/wp-content/languages
/wp-includes/
/license.txt
/readme.html
/wp-*.php
/xmlrpc.php
# WordPress Core in a subdirectory:
/wp/
# Allow wp-config.php; secrets offloaded to environment
!/wp-config.php
# Logs
*.log
# Data
/private/data/*
!/private/data/.gitkeep
*.sql
# Secrets
auth.json
.env
.env.*
!.env.example
.ssh
*.pem
# Dependencies
bower_components/
node_modules/
vendor
# Context-specific
.cache
.data
.direnv
.local
.php-cs-fixer.cache
.pre-commit-config.yaml
wp-cli.local.yml
# Requires hard-coding absolute paths to stub files
# <https://github.com/phpactor/phpactor/issues/2665>
.phpactor.json
# Build artifacts
result
# Plugin: Query Monitor
/wp-content/db.php