Skip to content

Commit 06acdf1

Browse files
authored
Update .gitattributes
1 parent 5e5d509 commit 06acdf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
# ------------------------------------
55

66
# Ignorar o diretório de testes
7+
/.github/ export-ignore
78
/tests/ export-ignore
8-
/docs/ export-ignore
99

1010
# Ignorar arquivos de configuração de desenvolvimento/ambiente
1111
.phpunit.xml.dist export-ignore
1212
.gitignore export-ignore
1313
.gitattributes export-ignore
1414

1515
# O README.md é geralmente útil, mas a documentação interna pode ser ignorada
16-
/docs/ export-ignore
16+
/docs/ export-ignore

0 commit comments

Comments
 (0)