-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
62 lines (57 loc) · 1.07 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
57
58
59
60
61
62
# server/computer files
*.log
.DS_Store
.svn
.cvs
*.bak
*.swp
*.pyc
Thumbs.db
# generated
sitemap.xml
sitemap.xml.gz
# wordpress specific
wp-content/advanced-cache.php
wp-content/object-cache.php
wp-content/backup-db/
wp-content/backups/
wp-content/blogs.dir/
wp-content/cache/
wp-content/upgrade/
wp-content/uploads/
wp-content/wp-cache-config.php
wp-content/plugins/hello.php
wp-content/themes/twenty*
*.sql
# wordpress core (as of 4.9.4)
/index.php
/license.txt
/readme.html
/wp-activate.php
/wp-blog-header.php
/wp-comments-post.php
/wp-config-sample.php
/wp-config.php
/wp-cron.php
/wp-links-opml.php
/wp-load.php
/wp-login.php
/wp-mail.php
/wp-settings.php
/wp-#.php
/wp-trackback.php
/xmlrpc.php
/wp-admin
/wp-includes
# not open source or not used remotely
wp-content/client-mu-plugins/mu-environment-files.php
wp-content/client-mu-plugins/coral-remote-images
wp-content/client-mu-plugins/mu-autoloader.php
wp-content/client-mu-plugins/wp-mailhog-smtp
wp-content/config/
wp-content/private/
wp-content/plugins/raw-html-pro/
wp-content/vip-config/
# packages
node_modules
vendor