mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 12:17:24 +00:00
Add prettier and husky to insure format before commit (#1)
This commit is contained in:
26
frontend/.prettierignore
Normal file
26
frontend/.prettierignore
Normal file
@@ -0,0 +1,26 @@
|
||||
# 依赖目录
|
||||
node_modules/
|
||||
|
||||
# 构建输出
|
||||
dist/
|
||||
build/
|
||||
|
||||
# 日志文件
|
||||
*.log
|
||||
|
||||
# 环境变量文件
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# 包管理器文件
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
|
||||
# 其他
|
||||
.DS_Store
|
||||
*.min.js
|
||||
*.min.css
|
Reference in New Issue
Block a user