Skip to content

Commit

Permalink
Package
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Jul 10, 2024
1 parent 2c0282e commit a15ac93
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ node_modules/
dist/
tsconfig.tsbuildinfo

# Coverage
coverage/

# VSC
.vscode

Expand Down Expand Up @@ -42,6 +45,4 @@ replay_pid*
# zigbee2mqtt
bridge-info.json
bridge-devices.json
bridge-groups.json

coverage/
bridge-groups.json
14 changes: 13 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ src
# typescript
tsconfig.json
tsconfig.eslint.json
tsconfig.tsbuildinfo

# vscode
.vscode
Expand Down Expand Up @@ -139,7 +140,6 @@ web_modules/
# jest
jest.config.mjs
__test__
coverage/

# git
.gitattributes
Expand All @@ -148,7 +148,19 @@ coverage/
.eslintrc
.eslintrc.json
.eslintignore
eslint.config.js

# prettier
.prettierignore
.prettierrc.json
prettier.config.js

# jest
jest.config.js

# screenshot
screenshot

# other stuff
TODO.md
yellow-button.png

0 comments on commit a15ac93

Please sign in to comment.