forked from slint-ui/slint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (30 loc) · 673 Bytes
/
.gitignore
File metadata and controls
36 lines (30 loc) · 673 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
# The servo example requires a lock file as servo only builds with pinned dependencies.
!examples/servo/Cargo.lock
tsconfig.tsbuildinfo
/target
node_modules
/tools/figma_import/target
/tools/figma_import/figma_output
*.code-workspace
/build
/build-release
/_deps
.DS_Store
Pipfile.lock
/docs/astro/src/content/collections/enums/
/docs/astro/src/content/collections/structs/
/playwright-report
global-structs-enums.mdx
# Ignore all package-lock.json files
**/package-lock.json
# But keep these specific ones
!editors/vscode/package-lock.json
# MISE local files:
/.mise.local.toml
/.mise/tasks/local/
*.node
*.d.ts
__pycache__
uv.lock
.python-version
MODULE.bazel.lock