Skip to content

Commit c50a96d

Browse files
authored
Modify .gitattributes to ignore additional files
Updated .gitattributes to include .github and php.yml in export-ignore.
1 parent b7fd317 commit c50a96d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitattributes

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

66
# Ignorar o diretório de testes
7-
.github/ export-ignore
87
/tests/ export-ignore
8+
/.github/ 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
14+
php.yml export-ignore
1415

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

0 commit comments

Comments
 (0)