add gitignore

This commit is contained in:
fxy060608 2018-11-18 16:13:24 +08:00
parent 48ebcb3a04
commit d7f7e5ce2b
2 changed files with 3 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
node_modules/.bin
node_modules/.yarn-integrity

View File

@ -10,7 +10,6 @@ async function generate(dir, files, base = '') {
cwd: dir,
nodir: true
}).forEach(rawPath => {
console.log(rawPath)
files[path.join(base, rawPath)] = fs.readFileSync(path.resolve(dir, rawPath), 'utf-8')
})
@ -25,7 +24,7 @@ module.exports = (api, options, rootOptions) => {
'@dcloudio/uni-h5': '^0.0.1'
},
devDependencies: {
'@dcloudio/vue-cli-plugin-uni': '^0.0.1'
'@dcloudio/vue-cli-plugin-uni': '^0.0.2'
},
babel: {
presets: [