-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·95 lines (80 loc) · 1.26 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
85
86
87
88
89
90
91
92
93
94
95
# Environment and Configuration
.env
.env.shared
.env.lando
.lando.yml
# Dependencies
/vendor
node_modules
bower_components
composer.lock
# WordPress Directories
/wordpress
/app
/wp
# Build and Compilation
.sass-cache
dist
backstop_data
_srcMaps/
build
# WordPress Core
/wordpress/wp-admin/
/wordpress/wp-includes/
/wordpress/wp-*.php
/xmlrpc.php
/license.txt
/readme.html
# WordPress Content
wp-content/*
!wp-content/mu-plugins/
!wp-content/themes/
!wp-content/plugins/
# Plugins (Allow only custom plugins)
wp-content/plugins/*
!wp-content/plugins/built*
!wp-content/plugins/compass*
!wp-content/plugins/polaris*
!wp-content/plugins/site-core
# Default Themes
wp-content/themes/twenty*
# Uploads and Generated Content
wp-content/uploads/sites/*/gravity_forms
wp-content/uploads/sites/*/wp-migrate-db
wp-content/uploads/wpo-plugins-tables-list.json
# htaccess
.htaccess
/wp-content/.htaccess
# Logs and Backups
*.log
*.sql
*.sql.gz
db_backup.*
/imagify-backup
# Allow seeder db
!db-seeder-export.sql
# Editor and IDE Files
*.esproj
*.tmproj
*.tmproject
tmtags
.*.sw[a-z]
*.un~
Session.vim
*.swp
.vscode
*.code-workspace
# OS Generated Files
## Mac
.DS_Store
._*
.Spotlight-V100
.Trashes
## Windows
Thumbs.db
Desktop.ini
# Miscellaneous
.ftppass
sftpCache.json
bin/tasks
debug.log