-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
47 lines (37 loc) · 1 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
# Standard WordPress .gitignore
# see https://github.com/github/gitignore/blob/master/WordPress.gitignore
public/*.log
public/wp-content/advanced-cache.php
public/wp-content/backup-db/
public/wp-content/backups/
public/wp-content/blogs.dir/
public/wp-content/cache/
public/wp-content/upgrade/
public/wp-content/uploads/
# Account for the Revisionize plugin addons
!public/wp-content/uploads/revisionize/addons/contributors_can.php
public/wp-content/mu-plugins/
public/wp-content/wp-cache-config.php
public/wp-content/plugins/hello.php
#public/wp-content/plugins/disable-emails
public/license.txt
public/readme.html
public/sitemap.xml
public/sitemap.xml.gz
var/log/*.log
.env.*.php
.env.php
.env
vendor
vendor/*
.vscode
.vscode/*
# Wordpress
# Account for plugins that include a vendor directory but no composer.json file
!public/wp-content/plugins/**/vendor
public/wp-content/themes/twentynineteen/package-lock.json
public/wp-content/themes/twentytwenty/package-lock.json
.idea
.phpcs-cache
.phplint-cache
**/.DS_Store