Exclude this until it's finished to reduce the amount of noise in the repo.

This commit is contained in:
Azareal 2019-12-07 16:44:02 +10:00
parent 525876c7d9
commit 3715c800da
3 changed files with 1 additions and 3708 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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"
}
}