Exclude this until it's finished to reduce the amount of noise in the repo.
This commit is contained in:
parent
525876c7d9
commit
3715c800da
|
@ -15,6 +15,7 @@ logs/*.log
|
|||
config/config.json
|
||||
node_modules/*
|
||||
samples/vue/node_modules/*
|
||||
samples/vue/*
|
||||
bin/*
|
||||
out/*
|
||||
*.exe
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
"name": "gosora-vue",
|
||||
"version": "0.3.0-dev",
|
||||
"description": "",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "webpack"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Azareal/Gosora.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Azareal",
|
||||
"license": "MIT",
|
||||
"homepage": "https://gosora-project.com",
|
||||
"devDependencies": {
|
||||
"webpack-cli": "^3.3.10"
|
||||
},
|
||||
"dependencies": {
|
||||
"webpack": "^4.41.2"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue