-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (42 loc) · 777 Bytes
/
.gitignore
File metadata and controls
53 lines (42 loc) · 777 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
# Dependencies
node_modules/
# Build output
dist/
lib/dist/
*.tsbuildinfo
# Vite cache
lib/.vite/
# VSCode extension
vscode-ext/dist/
vscode-ext/media/
vscode-ext/node_modules/
vscode-ext/*.vsix
# Release signing work directory (created by scripts/sign-and-deploy.sh)
release-signed/
# Tauri / Standalone
standalone/src-tauri/target/
standalone/src-tauri/binaries/
standalone/dist/
standalone/sidecar/node_modules/
standalone/node_modules/
# Website
website/dist/
website/node_modules/
# OS
.DS_Store
# Editor
.vscode/*
!.vscode/launch.json
!.vscode/tasks.json
# Environment
.env.local
# Storybook / Chromatic
storybook-static/
build-storybook.log
chromatic.log
chromatic-build-*.xml
chromatic-diagnostics.json
# symlinked skill files
.agents/skills/
.codex
.claude