-
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (42 loc) · 581 Bytes
/
.gitignore
File metadata and controls
48 lines (42 loc) · 581 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
45
46
47
48
target/
.vscode/
!.vscode/extensions.json
.env*
!.envrc
*.log
*.lcov
lcov.info
local/
coverage/
benchmark.txt
.aliases
local.just
.runner/
# Typescript / Javascript
**/node_modules/
**/.docusaurus
**/.cache-loader
**/.output
**/.vercel
**/.svelte-kit
cloud/dashboard/build
cloud/docs/build
cloud/proto/ts/dist
**/vite.config.js.timestamp-*
# MacOS
**/.DS_Store
**/Thumbs.db
# Env
!cloud/dashboard/.env
# Bazel
target-bazel/
.bazel_compact_execution_log
rust-project.json
.user.bazelrc
.direnv/
.rust-project.bazel.json
MODULE.bazel.lock
# Turbo
.turbo/
# diesel
.diesel_lock