-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
74 lines (55 loc) · 1007 Bytes
/
.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
.idea
# DrawIO temporary files
*.dtmp
*.bkp
# emacs files
*#
*~
# Mac OS
__MACOSX
# specific Egeria config files
omag.server.*.config
omag.server.*.auditlog/**
*.registrystore
keystore_*/**
# Conformance Test Suite results for Egeria
*.testlab.results
openmetadata_cts_summary.json
profile-details/*.json
test-case-details/*.json
# Dynamic data used by egeria
data/**
# other files
.DS_Store
*.swp
.java-version
*.graphml
# Ignore private maven repo (jenkins)
.repository
# exclude temporary lock files
*.lock
log
# m2 repo used by linux foundation build
**/m2repo*/**
# ignore github pages build file and site.
Gemfile
# vscode editor
**/.vscode*/**
**/.factorypath
**/**.code-workspace
# Jupyter notebook temp/update files
**/.ipynb_checkpoints
# Java core files
Snap*.trc
javacore*.txt
jitdump*dmp
# License files (generated)
THIRD_PARTY*.txt
# gradle
!gradle/**
.gradle/
build/
# Used to save status when running containers
.setupComplete
coco-jupyter-labs/.*
coco-jupyter-labs/.*/**