Skip to content

Commit

Permalink
Merge pull request #66 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 1.3.5
  • Loading branch information
Luligu committed Jun 27, 2024
2 parents e0aa39c + c10581e commit 6bb9136
Show file tree
Hide file tree
Showing 40 changed files with 7,810 additions and 3,129 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

93 changes: 0 additions & 93 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/docker-buildx-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
--platform linux/amd64,linux/arm64,linux/arm/v7 \
-f docker/Dockerfile.main \
-t luligu/matterbridge:latest \
-t luligu/matterbridge:1.3.4 \
-t luligu/matterbridge:1.3.5 \
--push .
docker manifest inspect luligu/matterbridge:latest
timeout-minutes: 60
18 changes: 3 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@ tsconfig.tsbuildinfo
hs_err_pid*
replay_pid*

# zigbee2mqtt
bridge-info.json
bridge-devices.json
bridge-groups.json

# storage
.matterbridge.json
.matterbridge.backup.json
node_storage

Eve door_history.json

# Dockerfile

migrationV8.txt
# local
migrationV8.txt
migrationV8-answered.txt
24 changes: 21 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,27 @@ bridge-groups.json
.matterbridge.backup.json
node_storage

# eslint
.eslintrc
.eslintrc.json
.eslintignore
eslint.config.js

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

# jest
jest.config.js

# screenshot
screenshot

# local
TODO.md
matterbridge.service
docker.MD
Dockerfile
docker-compose.yml
docker

migrationV8.txt
migrationV8-answered.txt
14 changes: 13 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# Ignore build files
dist
node_modules
dist
build
coverage

# Ignore frontend
frontend

# Ignore docker
docker

# Ignore all HTML files:
**/*.html
12 changes: 0 additions & 12 deletions .prettierrc.json

This file was deleted.

Loading

0 comments on commit 6bb9136

Please sign in to comment.