-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
84 lines (71 loc) · 1.58 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Application
web/app/languages
web/app/plugins/*
!web/app/plugins/.gitkeep
!web/app/plugins/buddyboss-platform-pro
!web/app/plugins/buddypages
web/app/plugins/buddypages/.git
!web/app/plugins/cbf-academy
!web/app/plugins/cbf-multisite
!web/app/plugins/conditional-profile-fields-for-buddypress
!web/app/plugins/ld-content-cloner
!web/app/plugins/learndash-hub
!web/app/plugins/learndash-zapier
!web/app/plugins/sfwd-lms
!web/app/plugins/woo-update-manager
!web/app/plugins/woocommerce-give-products
!web/app/plugins/wp-all-import-pro
!web/app/plugins/wp-job-manager-alerts
!web/app/plugins/wp-job-manager-resumes
!web/app/plugins/wp-job-manager-stats
!web/app/plugins/wp-job-manager-wc-paid-listings
!web/app/plugins/wp-rocket
!web/app/plugins/wpforms
web/app/mu-plugins/*
!web/app/mu-plugins/cbf-custom-constants.php
web/app/themes/onepress/
web/app/themes/twentytwentythree/
web/app/upgrade
web/app/uploads/*
!web/app/uploads/.gitkeep
web/app/cache/*
# WordPress
web/wp
web/.htaccess
# WP Rocket
web/app/wp-rocket-config
web/app/cache/wp-rocket
# Logs
*.log
# Dotenv
.env
.env.*
!.env.example
# Composer
**/vendor/*
!web/app/plugins/buddyboss-platform-pro/vendor/*
!web/app/plugins/wp-all-import-pro/vendor/*
!web/app/plugins/wp-rocket/vendor/*
!web/app/plugins/wpforms/vendor/*
!vendor/.gitkeep
# WP-CLI
wp-cli*.yml
# macOS
**/.DS_Store
.AppleDouble
.LSOverride
Thumbs.db
# SQL
*.sql
# PHPCS
.phpcs.cache
#NPM
node_modules
# MySQL
data
!web/app/plugins/wp-rocket/inc/Dependencies/Minify/data
!web/app/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data
# Lando
.lando.local.yml
# Scripts
sync.sh