-
Notifications
You must be signed in to change notification settings - Fork 165
Expand file tree
/
Copy path.gitignore
More file actions
105 lines (93 loc) · 1.61 KB
/
.gitignore
File metadata and controls
105 lines (93 loc) · 1.61 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
.DS_Store
node_modules
/build
/dist
.svelte-kit
/package
.env
.env.*
.vscode
/temp
/tmp
/runtime/sql/deps
/runtime/release
/runtime/pkg/examples/embed/dist
/rill
/cli/pkg/examples/embed/dist
/cli/pkg/installscript/embed/install.sh
/cli/pkg/web/embed/dist
/runtime/drivers/duckdb/extensions/embed/*/*
!/runtime/drivers/duckdb/extensions/embed/**/.gitkeep
/dev-project*
/dev-cloud-state*
/e2e-cloud-state*
**/playwright-report
**/playwright
**/test-results
# data files
*.duckdb
*.duckdb.wal
*.db
*.db.tmp
*.wal
*.parquet
*.tsv
/*_state.json
/state
/models
/dashboards
/sources
# check in generated data files
!/web-local/tests/data/*.parquet
!/web-local/tests/data/*.csv
!/web-local/tests/data/*.tsv
!/runtime/testruntime/**/*.parquet
!/runtime/testruntime/**/*.csv
!/runtime/drivers/file/testdata/**/*.parquet
# Ignore cached data files
/runtime/testruntime/testdata/cache/**
# generated content
log
profile.log
saved-state.json
last-query-output.json
staging-databases
/rilldata
docs/dist/
coverage
# locally deployed test projects can generate this
.rillcloud
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
release.properties
# IntelliJ
.idea
*.ipr
*.iml
*.iws
dist/*
rill-binary-sa.json
gha-creds*
.release-env
binaries/
# runtime test resources
!runtime/testdata/**
sysroot/
latest.txt
/web-common/coverage
/postgres/
/clickhouse/
# Claude Code — personal / ephemeral (do not commit)
.claude/CLAUDE.local.md
.claude/settings.local.json
.claude/**/*.local.md
.claude/notes/
.claude/plans/
.claude/worktrees/
# Vite temp files
vite.config.ts.timestamp-*
# TypeScript incremental build cache
*.tsbuildinfo