Skip to content

Commit

Permalink
feat: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Feb 10, 2024
1 parent 58a67bb commit a0c6b69
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 42 deletions.
16 changes: 8 additions & 8 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.ci
.node
.DS_Store
/build
/coverage
/dist
/es
/lib
build
coverage
dist
es
lib
template
templates
node_modules
package-lock.json
pnpm-lock.yaml
yarn.lock
*.min.js
17 changes: 8 additions & 9 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
.ci
.node
.DS_Store
/build
/coverage
/dist
/docs/coding
/es
/lib
build
coverage
dist
docs
es
lib
template
templates
node_modules
package-lock.json
pnpm-lock.yaml
Expand Down
2 changes: 1 addition & 1 deletion packages/f2elint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "f2elint",
"version": "4.1.0",
"version": "4.1.1",
"description": "Linter for Alibaba F2E Guidelines",
"keywords": [
"f2elint",
Expand Down
14 changes: 6 additions & 8 deletions packages/f2elint/templates/base/.eslintignore.ejs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
.ci
.node
.DS_Store
/build
/coverage
/dist
/es
/lib
build
coverage
dist
es
lib
node_modules
package-lock.json
pnpm-lock.yaml
yarn.lock
*.min.js
13 changes: 5 additions & 8 deletions packages/f2elint/templates/prettier/.prettierignore.ejs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
.ci
.node
.DS_Store
/build
/coverage
/dist
/es
/lib
build
coverage
dist
es
lib
node_modules
package-lock.json
pnpm-lock.yaml
Expand Down
14 changes: 6 additions & 8 deletions packages/f2elint/templates/stylelint/.stylelintignore.ejs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
.ci
.node
.DS_Store
/build
/coverage
/dist
/es
/lib
build
coverage
dist
es
lib
node_modules
package-lock.json
pnpm-lock.yaml
yarn.lock
*.min.css

0 comments on commit a0c6b69

Please sign in to comment.