-
Notifications
You must be signed in to change notification settings - Fork 19
/
.gitignore
98 lines (84 loc) · 1.85 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
96
97
98
public_html/.htaccess
public_html/web.config
aspnet_client/
db-config.php
public_html/siteconfig.php
system/lib-custom.php
public_html/sitemap.xml
public_html/filemanager/scripts/filemanager.config.json
# Template cache files
data/layout_cache/**
data/layout_css/**
# Resource cache files
data/cache/**
# image and logs
logs/*.log
public_html/images/articles
public_html/images/userphotos
public_html/images/topics
public_html/images/cache
public_html/images/_thumbs
# Geeklog.net Theme
# popular plugins, if present
plugins/forum
public_html/forum
public_html/admin/plugins/forum
plugins/messenger
public_html/messenger
public_html/admin/plugins/messenger
plugins/gus
public_html/gus
public_html/admin/plugins/gus
plugins/autotags
public_html/autotags
public_html/admin/plugins/autotags
plugins/ban
public_html/ban
public_html/admin/plugins/ban
plugins/dokuwiki
public_html/dokuwiki
public_html/admin/plugins/dokuwiki
plugins/mediagallery
public_html/mediagallery
public_html/admin/plugins/mediagallery
plugins/vthemes
public_html/vthemes
public_html/admin/plugins/vthemes
plugins/faq
public_html/faq
public_html/admin/plugins/faq
plugins/faqman
public_html/faqman
public_html/admin/plugins/faqman
plugins/downloads
public_html/downloads
public_html/downloads_data
public_html/admin/plugins/downloads
plugins/menu
public_html/menu
public_html/admin/plugins/menu
data/menu_data
plugins/nettools
public_html/nettools
plugins/searchrank
public_html/admin/plugins/searchrank
# test framework, if present
public_html/tests
^config.php
plugins/calendar/config.php
plugins/links/config.php
plugins/polls/config.php
plugins/spamx/config.php
plugins/staticpages/config.php
backups/*.sql
backups/*.tar.gz
backups/*.gz
backups/*.tgz
backups/*.zip
# denim theme or uikit
dest/
node_modules/
# ignore thumbnails created by Windows
**/Thumbs.db
# ignore thumbnails created by OSX
.DS_Store