Skip to content

Commit c67a385

Browse files
authored
Merge pull request #1151 from EC-CUBE/seasoft-gitignore
.gitignore 整理
2 parents 09b9f1f + 90132c3 commit c67a385

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

.gitignore

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
!.gitmodule
2-
composer.phar
3-
/data/vendor/
4-
/node_modules/
5-
*.cache
6-
*.log
7-
*.log.*
8-
*.tpl.php
9-
/data/config/config.php
10-
/data/cache/*
1+
/.idea/*
2+
/.vagrant/*
3+
/.vscode/*
4+
/Vagrantfile
5+
/ctests/_output/*
116
/data/Smarty/templates_c/*
12-
/html/plugin/*
7+
/data/cache/*
8+
/data/config/config.php
9+
/data/downloads/KEN_ALL_utf-8.CSV
10+
/data/logs/*
11+
/data/vendor/*
1312
/html/install/temp/*
13+
/html/plugin/*
14+
/html/template/*
1415
/html/upload/save_image/*
1516
/html/upload/temp_image/*
1617
/html/upload/temp_plugin/*
17-
/html/template/*
18-
!/html/template/admin
19-
!/html/template/default
20-
!/html/template/install
18+
/node_modules/*
2119
/phpunit.xml
22-
/tests/tmp/*
23-
/ctests/_output/*
24-
/reports/*
2520
/playwright-report/*
21+
/reports/*
22+
/test-results/*
23+
/tests/tmp/*
24+
/vagrant/*
2625
/videos/*
27-
.idea
28-
vagrant
29-
.vagrant/
30-
Vagrantfile
26+
composer.phar
27+
*.cache
28+
*.log
29+
*.tpl.php
30+
!.gitkeep

0 commit comments

Comments
 (0)