-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (51 loc) · 797 Bytes
/
.gitignore
File metadata and controls
63 lines (51 loc) · 797 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Node
node_modules
dist
dist-ssr
*.local
# Rust specific
/target
**/*.rs.bk
Cargo.lock
bench-log
# Just
just.zsh
# Editor directories and files
.vscode/*
!.vscode/extensions.json
/.idea
*.iml
.devcontainer/
.vs/
*~
\#*\#
*.sw[op]
*.DS_Store
# test generated code
**/observed_output/*
# Ignore output files generated by weaver
**/output/*
# Coverage results
lcov.info
# Ignore the output of the `weaver resolve` command
output.json
resolved-schema.yaml
# Ignore the temporary repo dir created by `cargo xtask history` command
history-temp-repo/
# Exclude patch files
*.patch
# UI build artifacts and dependencies
ui/node_modules/
ui/dist/
ui/.vite/
ui/package-lock.json
# claude
.claude/