forked from opentiny/tiny-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (46 loc) · 780 Bytes
/
.gitignore
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
.DS_Store
node_modules
dist/
dist2/
dist2.7/
dist3/
allDist/
packages/**/runtime
coverage/
esbuild-kit/
/packages/vue-icon-saas/src
/packages/vue-icon-saas/index.ts
/packages/vue/index.ts
/packages/vue/pc.ts
/packages/vue/mobile.ts
/packages/vue/app.ts
/packages/vue-icon/src/index.ts
/examples/**/playwright-report
/examples/docs/.vuepress/.cache/
/examples/docs/.vuepress/.temp/
/examples/docs/.vitepress/cache
vite.config.ts.timestamp*
vitest.config.ts.timestamp*
# local env
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-lock.yaml
yarn.lock
# Editor directories and files
.idea
.history
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.log
*.stackdump
tgzs
*.tgz
packages/theme/scripts/theme.json
packages/theme/scripts/theme-result.txt