Skip to content

Commit dadfd23

Browse files
authored
Merge pull request #11 from tales-from-a-dev/bugfix/exclude-tests-folder
🐛 Add tests folder to .gitattributes
2 parents 35c7b44 + 4800869 commit dadfd23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Ignore all test and documentation with "export-ignore".
55
/.github export-ignore
66
/docs export-ignore
7+
/tests export-ignore
78
/.editorconfig export-ignore
89
/.gitattributes export-ignore
910
/.gitignore export-ignore

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Tests](https://img.shields.io/github/actions/workflow/status/talesfromadev/flowbite-bundle/ci.yml?label=tests&style=for-the-badge)](https://github.com/talesfromadev/flowbite-bundle/actions/workflows/ci.yml)
1+
[![Tests](https://img.shields.io/github/actions/workflow/status/tales-from-a-dev/flowbite-bundle/ci.yml?label=tests&style=for-the-badge)](https://github.com/tales-from-a-dev/flowbite-bundle/actions/workflows/ci.yml)
22
![PHP Version](https://img.shields.io/badge/php->=8.2-4f5b93.svg?style=for-the-badge)
33
![Symfony Version](https://img.shields.io/badge/symfony->=6.2-000.svg?style=for-the-badge)
44
[![Flowbite Version](https://img.shields.io/badge/flowbite->=1.6-1c64f2.svg?style=for-the-badge)](https://flowbite.com)

0 commit comments

Comments
 (0)