build(deps):增加一些基本的项目配置和基础代码结构。
This commit is contained in:
18
.prettierignore
Normal file
18
.prettierignore
Normal file
@@ -0,0 +1,18 @@
|
||||
*.min.js
|
||||
/node_modules
|
||||
/dist
|
||||
# OS
|
||||
.DS_Store
|
||||
.idea
|
||||
.editorconfig
|
||||
.npmrc
|
||||
package-lock.json
|
||||
# Ignored suffix
|
||||
*.log
|
||||
*.md
|
||||
*.svg
|
||||
*.png
|
||||
*ignore
|
||||
## Built-files
|
||||
.cache
|
||||
dist
|
||||
Reference in New Issue
Block a user