forked from frappe/frappe-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (49 loc) · 1.39 KB
/
Copy path.gitignore
File metadata and controls
61 lines (49 loc) · 1.39 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
.DS_Store
node_modules
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
docs/.vitepress/cache
docs/.vitepress/dist
docs/.vitepress/.temp
# Auto-generated by unplugin-vue-components on every dev-server start. Its
# contents depend on which directories the running config scans, so the repo
# server, the docs server and a build each write a different file. Nothing
# reads it — no tsconfig includes it and it is not published. Editor
# autocomplete only; regenerate it locally, don't commit.
components.d.ts
# Auto-generated by @shikijs/transformers at build time (see docs/.vitepress/config.ts).
# Class names are content-hashed and ordered by first-encounter scan, so the file
# churns on every build — generate it in CI or locally, don't commit.
docs/css/shiki.css
# Auto-generated proxies for colocated component docs.
# Keep legacy.md (the only hand-written file in this dir).
docs/content/docs/components/*.md
!docs/content/docs/components/legacy.md
docs/content/docs/experimental/*.md
docs/content/docs/charts/*.md
coverage
.nyc_output
cypress/screenshots
.tmp-screenshots
# Per-machine agent dev-server config.
.claude/launch.json
# Emitted by the composite tsconfig.node.json project on every type-check.
*.tsbuildinfo