-
-
Notifications
You must be signed in to change notification settings - Fork 869
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (45 loc) · 631 Bytes
/
.gitignore
File metadata and controls
49 lines (45 loc) · 631 Bytes
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
activemq-data/
.idea/
*.iml
*.ipr
*.iws
.metadata/
.recommenders/
.classpath
.factorypath
.project
.cache
.settings/
.checkstyle
.gradle/
.vscode/
bin/
build/
deploy/
target/
mods/
*.swp
epom
log
npm-debug.log
.DS_Store
phantomjsdriver.log
generated-sources/
/state/
oracle_instantclient/
db2data/
# Python virtual environment
.venv/
venv/
env/
# Python cache
__pycache__/
# Debezium offset files
*.dat
# Windows alternate data streams
*.Zone.Identifier
# Python example - Debezium JAR dependencies (downloaded via setup_jars.py)
debezium-python/debezium/
debezium-python/temp_libs/
debezium-python/logs/
debezium-python/*.log