forked from EC-CUBE/ec-cube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (59 loc) · 1.18 KB
/
.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
60
61
62
!dummy
!.gitmodule
composer.phar
/vendor/
/node_modules/
/var/*
!/var/.gitkeep
/app/cache/*
!/app/cache/.gitkeep
/app/log/*
!/app/log/.gitkeep
/app/Plugin/*
!/app/Plugin/.gitkeep
!/app/Plugin/ExamplePlugin
/app/PluginData/*
!/app/PluginData/.gitkeep
/app/template/*
!/app/template/admin
!/app/template/default
!/app/template/user_data
!/app/template/smartphone
/app/proxy/entity/*
!/app/proxy/entity/.gitkeep
/html/plugin/*
!/html/plugin/.gitkeep
/html/install/temp/*
/html/upload/save_image/*
!/html/upload/save_image/.gitkeep
/html/upload/temp_image/*
!/html/upload/temp_image/.gitkeep
/html/upload/temp_plugin/*
/html/template/*
!/html/template/admin
!/html/template/default
!/html/template/install
/html/user_data/*
!/html/user_data/assets/css/customize.css
!/html/user_data/assets/js/customize.js
!/html/user_data/.gitkeep
/src/Eccube/Resource/config/*.dist.php
/tests/tmp/*
/reports/*
.idea
.vscode/
*.php~
.env
.maintenance
*.neon
###> symfony/phpunit-bridge ###
.phpunit
/phpunit.xml
###< symfony/phpunit-bridge ###
###> friendsofphp/php-cs-fixer ###
.php_cs
.php_cs.cache
###< friendsofphp/php-cs-fixer ###
###> symfony/web-server-bundle ###
.web-server-pid
###< symfony/web-server-bundle ###