forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.rat-excludes
More file actions
331 lines (270 loc) · 5.03 KB
/
.rat-excludes
File metadata and controls
331 lines (270 loc) · 5.03 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
# Note: these patterns are applied to single files or directories, not full paths
# coverage/* will ignore any coverage dir, but airflow/www/static/coverage/* will match nothing
.git-blame-ignore-revs
.github/*
.gitignore
.gitattributes
.gitrepo
.airflow_db_initialised
.airflowignore
.babelrc
.coverage
.codecov.yml
.codespellignorelines
.eslintignore
.eslintrc
.prettierignore
.prettierrc
.rat-excludes
.stylelintignore
.stylelintrc
.env
.venv
requirements
requirements.txt
.*log
.travis.yml
.*pyc
.*lock
dist
build
airflow.egg-info
apache_airflow.egg-info
.idea
metastore_db
.*sql
.*svg
.*csv
.*md5
.*zip
.*lock
logs
.bash_aliases
venv
clients/*
files/*
dags/*
generated/*
.gitmodules
prod_image_installed_providers.txt
airflow_pre_installed_providers.txt
Dockerfile.pmc
# Generated doc files
.*html
_build/*
_static/*
_images/*
.buildinfo
searchindex.js
_api/*
# the word list for checking spellings
spelling_wordlist.txt
# Apache Rat does not detect BSD-2 clause properly
# it is compatible according to http://www.apache.org/legal/resolved.html#category-a
kerberos_auth.py
airflow_api_auth_backend_kerberos_auth_py.html
3rd-party-licenses/*
parallel.js
underscore.js
jquery.dataTables.min.js
jqClock.min.js
dagre-d3.min.js
d3.v3.min.js
ace.js
node_modules/*
.*json
coverage/*
git_version
flake8_diff.sh
coverage*.xml
_sources/*
robots.txt
rat-results.txt
apache-airflow-.*\+source.tar.gz.*
apache-airflow-.*\+bin.tar.gz.*
PULL_REQUEST_TEMPLATE.md
PROVIDER_CHANGES*.md
manifests/*
redirects.txt
reproducible_build.yaml
# Locally mounted files
.*egg-info/*
.bash_history
.bash_aliases
.inputrc
# the example notebook is ASF 2 licensed but RAT cannot read this
input_notebook.ipynb
# .git might be a file in case of worktree
.git
tmp
# Vendored-in code
.*_vendor
# generated doc-only-changes.txt
.latest-doc-only-change.txt
# Chart ignored files
chart/.gitignore
chart/values.schema.json
chart/Chart.lock
chart/values_schema.schema.json
chart/Chart.yaml
# Generated autocomplete files
./dev/breeze/autocomplete/*
# Generated devel_deps files
devel_deps.txt
# Newsfragments are snippets that will be, eventually, consumed into RELEASE_NOTES
newsfragments/*
# Warning file generated
warnings.txt
warn-summary-*.txt
# Dev stuff
tests/*
scripts/*
images/*
dev/*
.*\.iml
out/*
airflow-build-dockerfile*
# Sha files
.*sha256
# DOAP file
doap_airflow.rdf
# pyenv
.python-version
# nvm (Node Version Manager)
.nvmrc
# PKG-INFO file
PKG-INFO
# checksum files
.*\.md5sum
# Openapi files
.openapi-generator-ignore
version.txt
v2*.yaml
_private_ui*.yaml
# Front end generated files
api-generated.ts
openapi-gen
pnpm-lock.yaml
# python generated file
generated.py
auth_generated.py
# hash files
www-hash.txt
# go setup files
**/go.mod
**/go.sum
**/protov1/*
# go mocks
**/mocks/*
# Generated protobuf files
.*proto
.*pb.go
.*_grpc.pb.go
# Kubernetes env
.env
# SVG files
**/*.svg
# Doc only change marker file
**/.latest-doc-only-change.txt
**/*-gen/*
# Redirects
**/redirects.txt
# Ignore files
**/.git-blame-ignore-revs
**/.gitattributes
**/.rat-excludes
**/.gitignore
**/.prettierignore
**/.prettierrc
**/.airflowignore
**/.airflowignore_glob
# Vendor includes
**/_vendor/
# Generated files
**/*-generated.yaml
**/*-generated.py
**/generated.py
**/generated/*
**/auth_generated.py
# Lock files
**/pnpm-lock.yaml
**/yarn.lock
**/Chart.lock
**/uv.lock
# Generated UI files
**/ui/index.html
**/ui/dev/index.html
**/ui/dist/index.html
**/_private_ui.yaml
**/dist/**
**/www/index.html
# PNG files
**/*.png
# CSV files
**/*.csv
# LICENCE files
**/LICENCE*.txt
**/LICENSE*.txt
# Checksum files
**/*.sha256
**/*.md5sum
# Requirement files
**/requirements.txt
# Hashes
**/command_hashes.txt
**/www-hash.txt
# Spelling wordlist
**/spelling_wordlist.txt
**/dictionary.txt
# Empty files
**/empty.txt
# Script files
**/script
**/script.bteq
**/script_utf16.bteq
# Reproducible build files
**/reproducible_build.yaml
# Other files
**/test_notifier.txt
**/email.html
**/*.log
**/example_upload.txt
**/dummy.pdf
**/java_streaming_src/*
**/kube_config
**/prod_image_installed_providers.txt
**/text.txt
**/newsfragments/**
**/warnings.txt
**/rtd-deprecation/404.html
**/.env
**/*.jsonl
**/tdload_src_file.txt
# API files
**/_api/**
**/node_modules/**
# Doc files
/docs/.latest-doc-only-change.txt
/docs/redirects.txt
/docs/integration-logos/*.svg
/docs/img/*.md5sum
/docs/img/*.svg
# Log files
*.log
# md5 sum files
.*\.md5sum
# Generated files
*generated.*
/src/airflow/providers/keycloak/auth_manager/openapi/v2-keycloak-auth-manager-generated.yaml
/src/airflow/providers/edge3/plugins/www/*
/src/airflow/providers/edge3/worker_api/v2-edge-generated.yaml
/src/airflow/providers/fab/auth_manager/api_fastapi/openapi/v2-fab-auth-manager-generated.yaml
/src/airflow/providers/fab/www/static/dist/*
/any/dag_id=dag_for_testing_redis_task_handler/run_id=test/task_id=task_for_testing_redis_log_handler/attempt=1.log
/src/airflow/providers/google/ads/.gitignore
# Vendored-in code
/src/airflow/providers/google/_vendor/*
# Git ignore file
.gitignore
# Last release date is automatically generated
**/.last_release_date.txt