We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ff7794 + 06acdf1 commit e04f094Copy full SHA for e04f094
1 file changed
.gitattributes
@@ -4,13 +4,13 @@
4
# ------------------------------------
5
6
# Ignorar o diretório de testes
7
+/.github/ export-ignore
8
/tests/ export-ignore
-/docs/ export-ignore
9
10
# Ignorar arquivos de configuração de desenvolvimento/ambiente
11
.phpunit.xml.dist export-ignore
12
.gitignore export-ignore
13
.gitattributes export-ignore
14
15
# O README.md é geralmente útil, mas a documentação interna pode ser ignorada
16
+/docs/ export-ignore
0 commit comments