mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-11 15:48:47 +08:00
Initial commit for open-source version
This commit is contained in:
27
.prettierignore
Normal file
27
.prettierignore
Normal file
@@ -0,0 +1,27 @@
|
||||
# 构建产物
|
||||
dist
|
||||
build
|
||||
coverage
|
||||
|
||||
# 依赖目录
|
||||
node_modules
|
||||
|
||||
# 日志文件
|
||||
*.log
|
||||
|
||||
# 环境配置
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
# 编辑器配置
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user