-
Notifications
You must be signed in to change notification settings - Fork 60
/
.gitignore
47 lines (39 loc) · 983 Bytes
/
.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
# Dependencies
## Avoid any node_modules folders anywhere in the repo; see see https://docs.wpvip.com/how-tos/manage-dependencies/#version-management
node_modules
## Avoid package*.json files only at repo root
/package.json
/package-lock.json
# Built-in; ship with vip-go-mu-plugins
/plugins/akismet/
/plugins/advanced-post-cache/
/plugins/cron-control/
/plugins/gutenberg-ramp/
/plugins/jetpack/
/plugins/jetpack-force-2fa/
/plugins/lightweight-term-count-update/
/plugins/query-monitor/
/plugins/rewrite-rules-inspector/
/plugins/two-factor/
/plugins/vaultpress/
# Uploads directory
/uploads/
# Leftover core/plugin upgrade files
/upgrade/
# mu-plugins; these are managed at the platform-level
/mu-plugins/
# drop-ins; these are managed at the platform-level
/object-cache.php
/db.php
# Ignore temporary OS files
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Local PHPCS configuration files
.phpcs.xml
phpcs.xml
# Composer (repo root only)
/vendor/