-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
123 lines (105 loc) · 1.92 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
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
*.py[cod]
.idea/*
.vs/
services/identity/function/.venv
.coverage
.ipynb_checkpoints/*
dump.rdb
/data/*
/logs/*
env/*
venv/*
virtual/*
frontend/yarn.lock
lvenv
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
lvenv
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
services/identity/.idea/
.idea/*
*.iws
*.iml
*.ipr
### VS Code ###
*.swp
package-lock.json
__pycache__
.pytest_cache
# .env
*.egg-info
# CDK asset staging directory
.cdk.staging
cdk.out
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules/
/.pnp
.pnp.js
# testing
/coverage
# production
build/
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.prettierrc
temp.js
temp.js
deploy/
/services/indexer/weights/dpr-ctx_encoder-single-nq-base/
/services/indexer/weights/dpr-question_encoder-single-nq-base/
/services/indexer/weights/
/retriever_models/
/mlruns/
*kbs_file.txt
/services/multimedia_old/
/services/multimedia_functions/media_processor_old/
/models/
/models_de/
/models_en/
/services/multimedia_functions/thumbnail_generator/samplepptx.pptx
/services/multimedia_functions/thumbnail_generator/ticket.pdf
/send_message.py
/main_thumbnail.py
/delete_queue_poll.py
/main_indexer_send_message.py
/message.txt
/ab.txt
/main_delete_documents.py
!/main_search_gateway_api.py
!/main_search_gateway_api.py
!/main_search_gateway_api.py
/.env.thumbnail.local
/blob_upload_file.py
/services/multimedia_functions/thumbnail_generator/New Microsoft Word Document.docx
/samplepptx.pptx
/services/multimedia_functions/media_processor/ffmpeg_lib/
*ffmpeg*
/sample.docx
/.env.search.local
/.env.search_de.local
/.env.search_integration.local
/env.search.local
/main_indexer.py
/main_search_de.py
/main_search_en.py
/main_search_integration.py
/local/*