-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
97 lines (85 loc) · 2.31 KB
/
.gitignore
File metadata and controls
97 lines (85 loc) · 2.31 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
# WordPress #
############
wp-config-local.php
wp-cli.local.yml
wp-content/uploads
wp-content/blogs.dir/
wp-content/upgrade/
wp-content/backup-db/
wp-content/updraft/
wp-content/backupwordpress-*/
wp-content/managewp/backups/
wp-content/advanced-cache.php
wp-content/wp-cache-config.php
sitemap.xml
sitemap.xml.gz
# @TODO writable paths
wp-content/cache/
wp-content/backups/
# Avoid accidental modification of pantheon.upstream.yml in sites
# created from this upstream
pantheon.upstream.yml
# Packages #
############
*.7z
*.dmg
*.gz
*.bz2
*.iso
*.jar
*.rar
*.tar
*.zip
*.tgz
!wp-includes/**/*.gz
# Logs and databases #
######################
*.log
*.sql
# OS generated files #
######################
.DS_Store*
ehthumbs.db
Thumbs.db
._*
# Vim generated files #
######################
*.un~
# SASS #
##########
.sass-cache
# Unless your project has non-dev Composer packages, the vendor directory should be ignored. #
##############################################################################################
/vendor
# Local configuration files
###################################################################
.htaccess
# By default, WordPress plugin and theme directories are ignored. #
###################################################################
/wp-content/plugins/*
/wp-content/themes/*
# Plugins that are shipped with the upstream #
##############################################
!/wp-content/plugins/acf-gravityforms-add-on
!/wp-content/plugins/advanced-custom-fields-pro
!/wp-content/plugins/breadcrumb-navxt
!/wp-content/plugins/disable-comments
!/wp-content/plugins/debug-bar
!/wp-content/plugins/events-calendar-pro
!/wp-content/plugins/gravityforms
!/wp-content/plugins/pantheon-advanced-page-cache
!/wp-content/plugins/safe-redirect-manager
!/wp-content/plugins/simple-history
!/wp-content/plugins/the-events-calendar
!/wp-content/plugins/the-events-calendar-community-events
!/wp-content/plugins/the-events-calendar-filterbar
!/wp-content/plugins/tribe-ext-settings-import-export
!/wp-content/plugins/wordpress-importer
!/wp-content/plugins/wp-crontrol
!/wp-content/plugins/wp-native-php-sessions
!/wp-content/plugins/wp-saml-auth
!/wp-content/plugins/wp-svg-images
# Single-site-specific plugins and themes #
###########################################
!/wp-content/plugins/duplicate-post
!/wp-content/themes/my-custom-theme