forked from linkedin/venice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (39 loc) · 648 Bytes
/
.gitignore
File metadata and controls
44 lines (39 loc) · 648 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
*.DS_Store
*.iml
*.ipr
*.iws
*.log
# Binary directories and files
**/bin/
*.project
*.swp
*.class
*.jar
.gradle
.idea
.reviewboardrc
.settings
.shelf/
out/
build/
site/
internal/venice-test-common/tmp/
internal/venice-test-common/dump.complete.hprof
internal/venice-test-common/src/jmh/generated
internal/venice-test-common/file:/
clients/da-vinci-client/classHash*.txt
integrations/venice-duckdb/classHash*.txt
.vscode/
.cursor/
.windsurf/
.github/copilot-instructions.md
.github/instructions/
CLAUDE.md
# Stuff related to running the docs server locally
.jekyll-cache/
_site/
Gemfile.lock
.bundles_cache
docs/vendor/
docs/_site/
.worktrees/