We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5d509 commit 06acdf1Copy full SHA for 06acdf1
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