forked from Automattic/vip-go-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
44 lines (38 loc) · 949 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
# Development files
/themes/twentytwentyone/.stylelintrc.json
/themes/twentytwentyone/.stylelintrc-css.json
/themes/twentytwentyone/.stylelintignore
/themes/twentytwentyone/assets/sass
/themes/twentytwentyone/postcss.config.js
package.json
package-lock.json
# Built-in; ship with vip-go-mu-plugins
/plugins/akismet/
/plugins/advanced-post-cache/
/plugins/cron-control/
/plugins/debug-bar/
/plugins/debug-bar-cron/
/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