-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
53 lines (48 loc) · 1.02 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
/cgcron/cron.txt
/wp-content/themes/gpx_new/tester.php
/wp-content/findCustomRequest.txt
/wp-content/mine.txt
/wp-content/plugins/*.zip
/wp-config.local.php
/node_modules
/Envoy.blade.php
.phpintel
.well-known
*.swp
.DS_STORE
wp-cli.phar
/gatewaytest
/daelive-download
/vendor
/composer.json
/composer.lock
/phpstan.neon
.DS_Store
.phpunit.cache
# Ignore WordPress core files
/*
!.gitignore
!.gitattributes
!.editorconfig
!wp-content/
# ignore the wp-content folder other than plugins and themes
/wp-content/*
/wp-content/themes/*
/wp-content/plugins/*
/wp-content/logs/*
/wp-content/gpx-cache/view/*
# whitelist Migrations
!/Migrations/
# whitelist custom theme
!/wp-content/themes/
!/wp-content/themes/gpx/
!/wp-content/themes/gpx_new/
# whitelist custom plugins
!/wp-content/mu-plugins/
!/wp-content/plugins/
!/wp-content/plugins/gpxadmin/
!/wp-content/plugins/gpx-smart-alert/
!/wp-content/plugins/gpx-custom-pw-reset/
!/wp-content/plugins/offer/
!/wp-content/plugins/wp-store-locator-2019/
!/wp-content/mu-plugins/suppressnotices.php