konva-demo/.stylelintignore

19 lines
241 B
Plaintext
Raw Normal View History

2024-07-08 08:32:40 +08:00
# .stylelintignore
# 旧的不需打包的样式库
*.min.css
# 其他类型文件
*.js
*.jpg
*.woff
# 测试和打包目录
/test/
/dist/*
/public/*
public/*
/node_modules/
.eslintrc.js
.prettierrc.js
.stylelintrc.js
lint-staged.config.js