forked from OXID-eSales/oxideshop_ce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (49 loc) · 933 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
48
49
50
51
52
53
54
55
56
57
58
59
# Shop configuration
/source/config.inc.php
# Log
!/source/log/
/source/log/*
!/source/log/.htaccess
# Cache
!/source/cache/
/source/cache/*
!/source/cache/.htaccess
!/source/cache/dir.txt
/.phpunit.result.cache
# Export
!/source/export/
/source/export/*
!/source/export/.gitkeep
# Temporary files
!/source/tmp/
/source/tmp/*
!/source/tmp/.htaccess
# Composer
/vendor/
/composer.lock
# Testing library
/test_config.yml
# IDE
/.idea/
/.phpstorm.meta.php
/.ide-helper.php
# OS
.DS_Store
# Shop config & DI for modules and packages
/var/
# Template files
source/Application/views/wave
source/out/wave
source/Application/views/flow
source/out/flow
source/Application/views/azure
source/out/azure
source/Application/views/apex
source/out/apex
source/Application/views/twig
source/out/twig
source/Application/views/admin_twig
source/out/admin_twig
source/Application/views/admin_smarty
source/out/admin_smarty
source/out/modules