forked from v6d-io/v6d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (51 loc) · 840 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
/build/
/install/
/build-*/
/install-*/
*.code-workspace
.vscode
.idea
.DS_store
.cache/
.ossutil_checkpoint/
compile_commands.json
cmake-build-debug
#for hive
/hivelog/
/hive-base-workdir/
# for python packaging
/dist/
*.egg-info/
*.eggs/
*.so
*.dylib
*.a
*.pyc
*.bin
*.whl
# hive sql work directory
/java/hive/docker/dependency/mysql/conf/
/java/hive/docker/dependency/mysql/data/
# coredump
core.*.*
# generated files
*.vineyard.h
*.java.touch
# etcd data directory during testing
default.etcd/
# tmp data directory during building image
/docker/dist/
# docs
/docs/_build/
# setup.cfg will be generated
/python/vineyard/version.py
# go vendor
/**/vendor/
# Rust build
/**/target/
# Java JVM crash logs
hs_err_pid*.log
# ignore the lock file of helm chart
charts/vineyard-operator/Chart.lock
# ignore go.work.sum
go.work.sum