Skip to content

Commit 9b92b91

Browse files
committed
chore: add .gitignore
1 parent ed889e9 commit 9b92b91

File tree

5 files changed

+2438
-0
lines changed

5 files changed

+2438
-0
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*.log*
2+
.cache
3+
.DS_Store
4+
.idea
5+
.vscode
6+
node_modules
7+
project.config.json
8+
docs/dist
9+
example/dist
10+
.history
11+
changelog.generated.md
12+
package-lock.json

build/compiler.js

Whitespace-only changes.

example/app.json

Whitespace-only changes.

package.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "mp-loading",
3+
"version": "1.0.0",
4+
"description": "loading component for Mini Program",
5+
"dependencies": {},
6+
"devDependencies": {
7+
"gulp": "^4.0.2"
8+
},
9+
"scripts": {
10+
"test": "echo \"Error: no test specified\" && exit 1"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/MPComponent/mp-loading.git"
15+
},
16+
"author": "",
17+
"license": "MIT",
18+
"bugs": {
19+
"url": "https://github.com/MPComponent/mp-loading/issues"
20+
},
21+
"homepage": "https://github.com/MPComponent/mp-loading#readme"
22+
}

0 commit comments

Comments
 (0)