mirror of
https://github.com/Ssl1S/json-schema-editor-vue.git
synced 2025-12-30 01:37:55 +08:00
Initial
This commit is contained in:
33
.npmignore
Normal file
33
.npmignore
Normal file
@@ -0,0 +1,33 @@
|
||||
.DS_Store
|
||||
node_modules/
|
||||
dist/
|
||||
node_modules/.bin/
|
||||
build/
|
||||
config/
|
||||
static/
|
||||
.babelrc
|
||||
.editorconfig
|
||||
.gitignore
|
||||
.npmignore
|
||||
.postcssrc.js
|
||||
index.html
|
||||
package-lock.json
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
#Editordirectoriesandfiles
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
#忽略目录
|
||||
examples/
|
||||
packages/
|
||||
public/
|
||||
#忽略指定文件
|
||||
vue.config.js
|
||||
babel.config.js
|
||||
*.map
|
||||
Reference in New Issue
Block a user