forked from opencart/opencart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
45 lines (34 loc) · 962 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
# Config and Htaccess Files
/upload/.htaccess
/upload/config.php
/upload/admin/config.php
# System Cache Files
/upload/system/cache/*
!/upload/system/cache/index.html
# Image File
!/upload/image/no_image.jpg
# Image Cache Files
/upload/image/cache/*
!/upload/image/cache/index.html
# Modification Files
/upload/system/modification/*
!/upload/system/modification/index.html
# Templates Files
/upload/image/templates/*
/upload/image/templates/default.jpg
# Download Files
/upload/system/download/*
!/upload/system/download/index.html
!/upload/data/index.html
# Flags
# remove sharp char if you want to add flags to gitignore
# /upload/flags/*
# Log Files
/upload/system/logs/*
!/upload/system/logs/index.html
# If you want to ignore install file use following lines [on development mode]
# /upload/backup.install/*
# /upload/install/*
# Ignore all vendor files included by composer and the lock file
/tests/phpunit/vendor/*
/tests/phpunit/composer.lock