update .gitignore

This commit is contained in:
sight 2022-06-25 23:21:45 +08:00
parent a4094f5d8a
commit b09c3ada1c
11 changed files with 22 additions and 437 deletions

22
package/document-layer/.gitignore vendored Normal file
View File

@ -0,0 +1,22 @@
.DS_Store
node_modules/
dist/
example/dist/
lib/
es/
umd/
/types/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
package-lock.json
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
pnpm-lock.yaml

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -1,28 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="renderer" content="webkit" />
<meta name="force-rendering" content="webkit" />
<meta name="applicable-device" content="pc,mobile" />
<meta name="author" content="Jmys <jmys1992@gmail.com>" />
<meta
name="keywords"
content="element-pro,pro-components,admin,element-plus,components,vue,ui"
/>
<link rel="icon" href="/favicon.ico" />
<title>layer-vue 弹层解决方案</title>
<!--preload-links-->
<script type="module" crossorigin src="/assets/index.0df87e64.js"></script>
<link rel="stylesheet" href="/assets/index.3f855dd4.css">
</head>
<body>
<div id="app">
<!--app-html-->
</div>
</body>
</html>