-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
38 lines (35 loc) · 1.25 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
# Outside the web root
/backups
/config/environment.php
/logs
/tmp
# Inside the web root
/web/.user.ini
/web/.well-known
/web/content/cache
/web/content/upgrade
/web/content/uploads
/web/content/wfcache
/web/content/wflogs
/web/wordpress
#
# Plugin and theme dependencies
#
# 3rd-party dependencies that live in the WordPress.org repositories _SHOULD_ be added here, so that Regolith can
# automatically install and update them. If any 3rd party plugins/themes aren't added here, then Regolith will
# consider them to be custom, and will block updates for them. Blocking those updates could lead to known security
# vulnerabilities going unpatched. See auto_update_valid_dependencies() for details.
#
# Custom plugins and themes _SHOULD NOT_ be added here, because they need to be tracked by Git, and we don't want
# them to potentially be overridden with a different plugin/theme from the WordPress.org repository. See
# block_updates_for_custom_extensions() for details.
#
/web/content/plugins/akismet
/web/content/plugins/cloudflare
/web/content/plugins/login-security-solution
/web/content/plugins/quick-navigation-interface
/web/content/plugins/surge
/web/content/plugins/two-factor
/web/content/plugins/vaultpress
/web/content/plugins/wordfence
/web/content/themes/simone