fix(Gitignore): remove arquivos temporários do versionamento
This commit is contained in:
parent
97f1d25183
commit
9696c6ff6b
1 changed files with 2 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -3,9 +3,6 @@ venv/
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
|
|
||||||
# Ignora configuração de acesso ao banco de dados Firebird
|
|
||||||
config/database/firebird.json
|
|
||||||
|
|
||||||
# Bytecode compilado
|
# Bytecode compilado
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|
@ -42,6 +39,8 @@ pip-wheel-metadata/
|
||||||
|
|
||||||
# Arquivo s de conexão
|
# Arquivo s de conexão
|
||||||
config/database/firebird.json
|
config/database/firebird.json
|
||||||
|
storage/temp
|
||||||
|
storage/temp.json
|
||||||
|
|
||||||
# Ignorar arquivos storage
|
# Ignorar arquivos storage
|
||||||
storage/
|
storage/
|
||||||
Loading…
Add table
Reference in a new issue