-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (64 loc) · 1.02 KB
/
.gitignore
File metadata and controls
77 lines (64 loc) · 1.02 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
.DS_Store
._*
node_modules
public/bundle.*
public/index.html
public/docs
public/test
package-lock.json
yarn.lock
stats.json
public_test/main.*
# Webpack chunks
public/[0-9]*.*.*
public/*.map
public/src_*
public/vendors-*
public/node_modules_*
# Embed bundles
public/embed/*
public/notes/*
public/viewer/*
public/assets/
static/embed/*
static/notes/*
static/viewer/*
# Netlify
.netlify
# Local test env file
.env
.env.secret
.env.*
.envrc
playwright-report
test-results
coverage
certs
# local fixtures, everyone should generate their own
tests/fixtures/development.json
.vscode
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
*.log
# sveltekit
/build
/.svelte-kit
/package
scratch/
build/
dist/
storybook-static/
# Sentry Config File
.sentryclirc
# generated files
.wrangler
wrangler.preview.jsonc
# Claude Code
CLAUDE.md
# ignoring these skills until I'm sure we want them
.claude/skills/migrate-storybook-csf
.claude/skills/cloudflare
.claude/skills/wrangler
.claude/skills/workers-best-practices
.agents/
skills-lock.json