-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
56 lines (47 loc) · 1.01 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
# Ignore local configuration files.
/.env
/wp-config-local.php
# Ignore Composer packages.
/vendor/
# Temporary and build directories.
/wp/
/_www
# Standard Wordpress files and folders:
/web/vendor/
/web/composer.json
/web/index.php
/web/license.txt
/web/readme.html
/web/wp-activate.php
/web/wp-admin/
/web/wp-blog-header.php
/web/wp-comments-post.php
/web/wp-config-sample.php
/web/wp-content/index.php
/web/wp-content/plugins/index.php
/web/wp-content/themes/index.php
/web/wp-cron.php
/web/wp-includes/
/web/wp-links-opml.php
/web/wp-load.php
/web/wp-login.php
/web/wp-mail.php
/web/wp-settings.php
/web/wp-signup.php
/web/wp-trackback.php
/web/xmlrpc.php
# User uploaded and system generated files.
/web/wp-content/cache/
/web/wp-content/uploads/
# Ignore themes and plugins installed via Composer.
/web/wp-content/plugins/*
!/web/wp-content/plugins/README.md
/web/wp-content/themes/*
!/web/wp-content/themes/README.md
.idea/*
.idea
# Redis dropin
/web/wp-content/object-cache.php
*.sql
*.sql.gz
/web/wp-content/debug.log