aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 7e1d7121f8de30d613e8a1f9daba996f8d19fee4 (plain)
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
# Config and Htaccess Files
/public/.htaccess
/public/config.php
/public/config.php.txt
/public/admin/config.php
/public/admin/config.php.txt

# Image File
!/public/image/no_image.jpg

# Image Cache Files
/public/image/cache/*
!/public/image/cache/index.html

# Templates Files
/public/image/templates/*
/public/image/templates/default.jpg

# Backup Files
/public/system/storage/backup/*
!/public/system/storage/backup/index.html

# System Cache Files
/public/system/storage/cache/*
!/public/system/storage/cache/index.html

# Download Files
/public/system/storage/download/*
!/public/system/storage/download/index.html

# Log Files
/public/system/storage/logs/*
!/public/system/storage/logs/index.html

# Marketing Files
/public/system/storage/marketing/*
!/public/system/storage/marketing/index.html

# Modification Files
/public/system/storage/modification/*
!/public/system/storage/modification/index.html

# Session Files
/public/system/storage/session/*
!/public/system/storage/session/index.html

# Public Files
/public/system/storage/public/*
!/public/system/storage/public/index.html

# Flags
# remove sharp char if you want to add flags to gitignore
# /public/flags/*

# If you want to ignore install file use following lines [on development mode]
# /public/backup.install/*
# /public/install/*

/tests/phpunit/vendor/*
/tests/phpunit/composer.lock
/tests/phpunit/bootstrap.php

# IDE Project files
/.idea
/public/.idea

/storage/