@@ -1,3 +1,4 @@
+# 支持浏览器配置
> 1%
last 2 versions
not dead
@@ -1,3 +1,5 @@
+# 编辑器配置
+
root = true
[*]
+# .eslintignore
src/assets
src/icons
public
@@ -1,3 +1,8 @@
+/**
+ * @author chuzhixin 1204505056@qq.com (不想保留author可删除)
+ * @description .eslintrc.js
+ */
module.exports = {
root: true,
env: {
+# .gitattributes
*.html text eol=lf
*.css text eol=lf
*.js text eol=lf
+# .gitignore
.DS_Store
node_modules
dist