File structure
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
# Ignorar volumes do Docker
|
||||||
|
docker-compose.override.yml
|
||||||
|
**/db_data/
|
||||||
|
**/kafka-volume/
|
||||||
|
**/zookeeper-volume/
|
||||||
|
**/mage_data/
|
||||||
|
**/minio_data/
|
||||||
|
**/venv/
|
||||||
|
**/certs/*.pem
|
||||||
|
**/certs/*.der
|
||||||
|
**/certs/*.csr
|
||||||
|
**/deploy/*.yaml
|
||||||
|
scouter/.file_versions/
|
||||||
|
scouter/pipelines/**/triggers.yaml
|
||||||
|
**/postgres_data/**
|
||||||
|
# Ignorar arquivos e diretórios de cache do Python
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
|
||||||
|
# Ignorar logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Ignorar arquivos de configuração locais
|
||||||
|
.vscode/
|
||||||
|
.pytest_cache/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
# Ignorar arquivos temporários
|
||||||
|
*.tmp
|
||||||
|
*.bak
|
||||||
|
*.old
|
||||||
|
.secret
|
||||||
0
scouter/__init__.py
Normal file
0
scouter/__init__.py
Normal file
0
scouter/activities/__init__.py
Normal file
0
scouter/activities/__init__.py
Normal file
0
scouter/utils/__init__.py
Normal file
0
scouter/utils/__init__.py
Normal file
0
scouter/worker/__init__.py
Normal file
0
scouter/worker/__init__.py
Normal file
0
scouter/workflow/__init__.py
Normal file
0
scouter/workflow/__init__.py
Normal file
0
values.yaml
Normal file
0
values.yaml
Normal file
Reference in New Issue
Block a user