1
0
mirror of synced 2025-12-26 05:05:18 -05:00
Files
airbyte/.gitignore

114 lines
1.8 KiB
Plaintext

.gradle
.idea
*.iml
*.swp
build
out
.DS_Store
.dockerversions
.classpath
.project
.settings
.vscode
.kotlin
**/gmon.out
static_checker_reports/
# Logs
acceptance_tests_logs/
airbyte_ci_logs/
live_tests_debug_reports/
dagger_engine_logs*
# Secrets
secrets
updated_configurations
!airbyte-integrations/connector-templates/**/secrets
# Connector debug configs
airbyte-integrations/connectors/**/src/test/resources/debug_resources
# Connector CAT test related files
airbyte-integrations/connectors/**/integration_tests/temp
# Python
*.egg-info
__pycache__
.eggs
.venv
.mypy_cache
.ruff_cache
.ipynb_checkpoints
.pytest_
# Python unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# dbt
profiles.yml
# Terraform
.terraform/
crash.log
*.tfstate
*.tfstate.backup
*.lock.hcl
# Airflow Demo
resources/examples/airflow/logs/*
!resources/examples/airflow/logs/.gitkeep
# Summary.md keeps getting added and we just don't like it
docs/SUMMARY.md
# Output Files generated by scripts
lowcode_connector_names.txt
num_lowcode_connectors.csv
# Helm charts .tgz dependencies
charts/**/charts
# Snyk
.dccache
# Datadog
dd-java-agent.jar
# Files needed to run airbyte-platform that are downloaded on-the-fly via run-ab-platform.sh
/docker-compose.yaml
/docker-compose.debug.yaml
/.env
/.env.dev
/flags.yml
/temporal/dynamicconfig/development.yaml
# Ignore generated credentials from google-github-actions/auth
gha-creds-*.json
# Legacy pipeline reports path
tools/ci_connector_ops/pipeline_reports/
# ignore local build scan uri output
scan-journal.log
# connectors' cache
*.sqlite
# mvn
target/
# CDK load artifacts
airbyte-cdk/bulk/core/load/airbyte-cdk-load/
airbyte-integrations/connectors/**/airbyte-cdk-load/