mirror of
https://github.com/Ssl1S/json-schema-editor-vue.git
synced 2025-12-29 16:49:34 +08:00
33 lines
376 B
Plaintext
33 lines
376 B
Plaintext
.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 |