Skip to content

Commit

Permalink
docs: gnore
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Sep 6, 2022
1 parent 427548e commit 2b292d6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 19 deletions.
22 changes: 12 additions & 10 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
*.sh
node_modules
*.md
*.woff
*.ttf
.vscode
.idea
dist
/public
/docs

.husky
/bin
*html
*.md
*.woff
*.ttf
*.sh

bin
dist
docs
public
discard
Dockerfile
/discard
node_modules
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
node_modules
*.local

.DS_Store
dist
package-lock.json

bin
*.local
dist
dist_electron
node_modules
7 changes: 4 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/dist/*
.local
.output.js
.npmrc
/node_modules/**

**/*.svg
**/*.sh

/public/*
dist
public
node_modules
dist_electron
6 changes: 3 additions & 3 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/dist/*
/public/*
public/*
dist
public
dist_electron

0 comments on commit 2b292d6

Please sign in to comment.