-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
117 lines (100 loc) · 2.19 KB
/
.gitignore
File metadata and controls
117 lines (100 loc) · 2.19 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Exclude everything from /wp-content/ except the default code folders
/wp-content/*
!/wp-content/index.php
!/wp-content/languages/
!/wp-content/mu-plugins/
!/wp-content/plugins/
!/wp-content/themes/
!/wp-content/root/
!/wp-content/fonts/
# Various files and extensions not needed in Git
._*
.ansible
.bundle
.DS_Store
.DS_Store?
.envrc
.github/
.htaccess
.idea/
.maintenance
.Spotlight-V100
.Trashes
.travis.yml
.user.ini
.vagrant
*.back
*.bak
*.log
*.sql
*.sql.gz
*.swp
*.Trashes
*[Tt]humbs.db
*~
*sitemap*.xml*
/../wp-config.php
/web.config
/wp-config.common.php
~*
access_log
debug.txt
ehthumbs.db
error_log
/log/
Movefile
package.box
playbook.retry
sitemap.xml
sitemap.xml.gz
wordfence-waf.php
wp-config.php
.svnignore
.dev/db_data
# VIM and linux specific files
#
# https://github.com/github/gitignore/blob/master/Global/Vim.gitignore
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
Sessionx.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
# Certificates
/certificate.*
# Exceptions for various plugins
# Advanced Cron Manager
!/wp-content/plugins/advanced-cron-manager/vendor/
# Special recent posts cache
/wp-content/plugins/special-recent-posts/cache
/wp-content/plugins/special-recent-posts/cache/**
# Fast Secure Contact Form captcha cache
/wp-content/plugins/si-contact-form/captcha/cache
/wp-content/plugins/si-contact-form/captcha/cache/**
# Yoast SEO
!/wp-content/plugins/wordpress-seo/src/wordpress/
#Elementor Pro
!/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/
!/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/
!/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/
!/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/
!/wp-content/plugins/elementor-pro/modules/woocommerce/tags/
#Elementor Custom Skin
!/wp-content/plugins/ele-custom-skin/theme-builder/dynamic-tags/tags/
#Mailchimp for WooCommerce
!/wp-content/plugins/mailchimp-for-woocommerce/includes/vendor/
#Perfmatters
!/wp-content/plugins/perfmatters/vendor/
#Google Analytics
!/wp-content/plugins/wd-google-analytics/google/vendor/