Skip to content

Commit de99c6f

Browse files
committed
添加ignore
1 parent 03d7fab commit de99c6f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: .gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
.idea
3+
dist
4+
package-lock.json

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/buyixiaojiang/redux-ssr-template.git"
11+
"url": "git+https://github.com/buyixiaojiang/react-redux-ssr-template.git"
1212
},
1313
"keywords": [
1414
"react",
@@ -19,9 +19,9 @@
1919
"author": "chengtingsen",
2020
"license": "ISC",
2121
"bugs": {
22-
"url": "https://github.com/buyixiaojiang/redux-ssr-template/issues"
22+
"url": "https://github.com/buyixiaojiang/react-redux-ssr-template/issues"
2323
},
24-
"homepage": "https://github.com/buyixiaojiang/redux-ssr-template#readme",
24+
"homepage": "https://github.com/buyixiaojiang/react-redux-ssr-template#readme",
2525
"dependencies": {
2626
"axios": "^0.16.2",
2727
"body-parser": "^1.18.2",

0 commit comments

Comments
 (0)