@@ -26,22 +26,29 @@ php ./vendor/bin/vapor-ignore init
2626
2727### vapor-ignore.yml
2828
29- #### ` ignore ` directive
29+ #### ` ignore ` directive
30+
3031Ignore the specified file or directory.
3132
3233#### ` vendor ` directive
34+
3335Ignore the specified file or directory from the ` vendor ` directory.
3436
35- - readme - Ignore the ` readme.md ` file from the ` vendor ` directory.
36- - changelog - Ignore the ` changelog.md ` file from the ` vendor ` directory.
37- - contributing - Ignore the ` contributing.md ` file from the ` vendor ` directory.
38- - upgrade - Ignore the ` upgrade.md ` file from the ` vendor ` directory.
39- - tests - Ignore the ` tests ` directory from the ` vendor ` directory.
40- - security - Ignore the ` security.md ` file from the ` vendor ` directory.
41- - license - Ignore the ` license.md ` file from the ` vendor ` directory.
42- - laravel-idea - Ignore the ` laravel-idea ` directory from the ` vendor ` directory.
43- - .github - Ignore the ` .github ` directory from the ` vendor ` directory.
44- - dotfiles - Ignore the dotfiles(` .editorconfig ` , ` .gitignore ` , ` .gitattributes ` and ` .php_cs.dist.php ` ) from the ` vendor ` directory.
37+ - readme - Ignore the ` readme.md ` file from the ` vendor ` directory.
38+ - changelog - Ignore the ` changelog.md ` file from the ` vendor ` directory.
39+ - contributing - Ignore the ` contributing.md ` file from the ` vendor ` directory.
40+ - upgrade - Ignore the ` upgrade.md ` file from the ` vendor ` directory.
41+ - tests - Ignore the ` tests ` directory from the ` vendor ` directory.
42+ - security - Ignore the ` security.md ` file from the ` vendor ` directory.
43+ - license - Ignore the ` license.md ` file from the ` vendor ` directory.
44+ - laravel-idea - Ignore the ` laravel-idea ` directory from the ` vendor ` directory.
45+ - .github - Ignore the ` .github ` directory from the ` vendor ` directory.
46+ - dotfiles - Ignore the dotfiles(` .editorconfig ` , ` .gitignore ` , ` .gitattributes ` and ` .php_cs.dist.php ` ) from the ` vendor ` directory.
47+
48+ ## Testing
49+ ``` bash
50+ composer test
51+ ```
4552
4653## Changelog
4754
@@ -57,8 +64,8 @@ Please review [our security policy](../../security/policy) on how to report secu
5764
5865## Credits
5966
60- - [ Tint Naing Win] ( https://github.com/tintnaingwinn )
61- - [ All Contributors] ( ../../contributors )
67+ - [ Tint Naing Win] ( https://github.com/tintnaingwinn )
68+ - [ All Contributors] ( ../../contributors )
6269
6370## License
6471
0 commit comments