Skip to content

Commit

Permalink
现代化管理
Browse files Browse the repository at this point in the history
  • Loading branch information
uees committed Nov 12, 2018
1 parent fe6924a commit 9362d71
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/node_modules
/vendor
composer.lock
package-lock.json
npm-debug.log
yarn-error.log
.env
/.idea
/.vscode
.svn
.*.swp
.*.swo
._*
Expand All @@ -8,8 +18,6 @@
/debug/
/upload/
/avatar/
/.idea/
.svn/
*.orig
*.aps
*.APS
Expand Down
5 changes: 5 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
var gulp = require('gulp');

gulp.task('default', function() {
// 将你的默认的任务代码放在这
});
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "typecho",
"version": "1.0.0",
"description": "Typecho Blogging Platform =========================",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uees/typecho.git"
},
"author": "wan",
"license": "GPL",
"bugs": {
"url": "https://github.com/uees/typecho/issues"
},
"homepage": "https://github.com/uees/typecho#readme",
"devDependencies": {
"gulp": "^3.9.1"
}
}

0 comments on commit 9362d71

Please sign in to comment.