forked from opencart/opencart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (47 loc) · 1.15 KB
/
.gitignore
File metadata and controls
61 lines (47 loc) · 1.15 KB
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
# Config and Htaccess Files
/upload/.htaccess
/upload/config.php
/upload/admin/config.php
# Install Files
/upload/install.lock
# Catalog JSON Files
/upload/catalog/view/data/*
!/upload/catalog/view/data/index.html
# Catalog HTML Files
/upload/catalog/view/html/*
!/upload/catalog/view/html/index.html
# Catalog HTML Files
/upload/shop/*
# Image Cache Files
/upload/image/cache/*
!/upload/image/cache/index.html
# Backup Files
/upload/system/storage/backup/*
!/upload/system/storage/backup/index.html
# System Cache Files
/upload/system/storage/cache/*
!/upload/system/storage/cache/index.html
# Download Files
/upload/system/storage/download/*
!/upload/system/storage/download/index.html
# Log Files
/upload/system/storage/logs/*
!/upload/system/storage/logs/index.html
# Marketplace Files
#/upload/system/storage/marketplace/*
#!/upload/system/storage/marketplace/index.html
# Session Files
/upload/system/storage/session/*
!/upload/system/storage/session/index.html
# Upload Files
/upload/system/storage/upload/*
!/upload/system/storage/upload/index.html
# IDE Project files
/upload/.idea/*
/.idea/*
/.DS_Store
/.cache
/.php-cs-fixer.cache
# ENV
.env
.env.docker