mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Merge pull request #39 from kijin/fix/gitignore-test-files
유닛 테스트용 임시 파일들을 .gitignore에 추가
This commit is contained in:
commit
83d86b8e6c
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -8,6 +8,9 @@ config.user.inc.php
|
|||
codeception.yml
|
||||
/tests/_output/
|
||||
/tests/*.suite.yml
|
||||
/tests/_support/InstallTester.php
|
||||
/tests/_support/UnitTester.php
|
||||
/tests/_support/_generated/
|
||||
|
||||
/node_modules/
|
||||
/bower_components/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue