forked from airbytehq/airbyte-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
93 lines (77 loc) · 1.46 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
.gradle
.idea
*.iml
*.swp
build
out
.DS_Store
data
!oss/airbyte-data/src/main/java/io/airbyte/data/*
.dockerversions
.classpath
.project
.settings
.vscode
**/gmon.out
static_checker_reports/
# Logs
acceptance_tests_logs/
# Secrets
secrets
!airbyte-config/config-secrets/src/main/kotlin/secrets
updated_configurations
!airbyte-integrations/connector-templates/**/secrets
# Test logs
acceptance_tests_logs
# Python
*.egg-info
__pycache__
.eggs
.venv
.mypy_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
# Ignore docs folder, since we're using it to temporarily copy files into on CI
/docs
# Ignore downloaded connector registry
**/specs_secrets_mask.yaml
**/oss_registry.json
**/local_oss_registry.json
# Files generated for uploading to GCS
airbyte-config/**/resources/seed/oss_catalog.json
# Helm charts .tgz dependencies
charts/**/charts
# Snyk
.dccache
# Datadog
dd-java-agent.jar
# Ignore airbyte.yml since this file contains user-provided information that is sensitive and should not be committed
# See airbyte.sample.yml for an example of the expected file structure.
/configs/airbyte.yml
# ignore local gradle build log
build.log