forked from opencart/opencart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (33 loc) · 971 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
# Config and Htaccess Files
/upload/.htaccess
/upload/config.php
/upload/admin/config.php
# 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
# If you want to ignore install file use following lines [on development mode]
# /upload/install/*
# IDE Project filescd xampp
/.idea
/upload/.idea