-
Notifications
You must be signed in to change notification settings - Fork 270
/
.gitignore
55 lines (46 loc) · 928 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
.*
!.gitignore
!.gitattributes
!.editorconfig
!.github
!.gitlab-ci.yml
!.readthedocs.yaml
bin/
# Java Files
*.class
!gradle-wrapper.jar
# Maven Files
target/
dependency-reduced-pom.xml
# IntelliJ IDEA Files
*.iml
!.idea
.idea/CodeReadingNote.xml
.idea/checkstyle-idea.xml
.idea/compiler.xml
.idea/csv-editor.xml
.idea/csv-plugin.xml
.idea/dbnavigator.xml
.idea/dictionaries/
.idea/git_toolbox_prj.xml
.idea/gradle.xml
.idea/jarRepositories.xml
.idea/libraries-with-intellij-classes.xml
.idea/libraries/
.idea/misc.xml
.idea/modules.xml
.idea/runConfigurations.xml
.idea/thriftCompiler.xml
.idea/uiDesigner.xml
# VSCode files
.vscode/
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
dingo-cli/dingo
# Error log
hs_err_*
# Files left by testing
dingo-raft-kv/io.dingodb.raft.kv.storage.TestRaftRawKVStore/
dingo-store-raft/io.dingodb.store.raft.TestRaftInstancePart/