-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
47 lines (35 loc) · 803 Bytes
/
.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
# Config and Htaccess Files
.htaccess
config.php
admin/config.php
# Image File
!image/no_image.jpg
# Image Cache Files
image/*
# Templates Files
image/templates/*
image/templates/default.jpg
# Backup Files
system/storage/backup/*
!system/storage/backup/index.html
# System Cache Files
system/storage/cache/*
!system/storage/cache/index.html
# Download Files
system/storage/download/*
!system/storage/download/index.html
# Log Files
system/storage/logs/*
!system/storage/logs/index.html
# Marketing Files
system/storage/marketing/*
!system/storage/marketing/index.html
# Modification Files
system/storage/modification/*
!system/storage/modification/index.html
# Session Files
system/storage/session/*
!system/storage/session/index.html
# Upload Files
system/storage*
!system/storageindex.html