Ver a proveniência

Update .gitignore

pull/3636/head
Coding Knight há 7 meses
committed by GitHub
ascendente
cometimento
8154809a32
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      .gitignore

+ 3
- 3
.gitignore Ver ficheiro

@@ -39,7 +39,7 @@ pip-log.txt
pip-delete-this-directory.txt pip-delete-this-directory.txt


# Unit test / coverage reports # Unit test / coverage reports
htmlcov/
html.cov/
.tox/ .tox/
.nox/ .nox/
.coverage .coverage
@@ -48,7 +48,7 @@ htmlcov/
nosetests.xml nosetests.xml
coverage.xml coverage.xml
*.cover *.cover
*.py,cover
*.py.cover
.hypothesis/ .hypothesis/
.pytest_cache/ .pytest_cache/


@@ -127,4 +127,4 @@ venv.bak/
dmypy.json dmypy.json


# Pyre type checker # Pyre type checker
.pyre/
.pyre/

Carregando…
Cancelar
Guardar