forked from zblogcn/zblogphp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
92 lines (81 loc) · 1.62 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
vendor
node_modules
mix-manifest.json
# User Config
/zb_users/c_option.php
/zb_users/c_option*.php
/zb_users/data/*.db
# Cache
/zb_users/cache/*
/zb_users/logs/*
# Upload
/zb_users/upload/*
!/zb_users/upload/index.html
# Compiled theme
# /zb_users/theme/*/compile/*.php
# Static
/post/*
# Update
#/update/*.xml
# Plugin cache
/zb_users/plugin/SQLLog/logs/*.php
# Unoffical Plugin
/zb_users/plugin/*
!/zb_users/plugin/api
!/zb_users/plugin/AdminColor
!/zb_users/plugin/AuditRecords
!/zb_users/plugin/CloudStorage
!/zb_users/plugin/CustomMeta
!/zb_users/plugin/Gravatar
!/zb_users/plugin/Howl
!/zb_users/plugin/RegPage
!/zb_users/plugin/SQLLog
!/zb_users/plugin/STACentre
!/zb_users/plugin/Totoro
!/zb_users/plugin/UEditor
!/zb_users/plugin/ZBPDK
!/zb_users/plugin/alipay
!/zb_users/plugin/clinic
!/zb_users/plugin/upyun
!/zb_users/plugin/tpluginmaker
!/zb_users/plugin/wearingtheme
!/zb_users/plugin/wp2zbp
!/zb_users/plugin/LargeData
!/zb_users/plugin/ZBPJFExample
!/zb_users/plugin/LinksManage
!/zb_users/plugin/app_zblogcn_admin_css
!/zb_users/plugin/ScheduledTasks
# Unoffical Theme
/zb_users/theme/*
!/zb_users/theme/default
!/zb_users/theme/garland
!/zb_users/theme/HTML5CSS3
!/zb_users/theme/metro
!/zb_users/theme/x2013
!/zb_users/theme/WhitePage
!/zb_users/theme/tpure
!/zb_users/theme/Zit
!/zb_users/theme/os2020
# Rules
.htaccess
httpd.*
web.config
# Others
testcode1.php
test2.php
test.php
phpinfo.php
/phpMyAdmin/
/Beta/
/vendor/
/.idea/
.php_cs.cache
favicon.ico
nologin.php
test1.php
test3.php
test4.php
.vscode
.history
zbp*.zip
nginx.htaccess