Ignore positions.js (#3531)

This file is generated when MM is started. As I understand it, it should
not be included in the repository.

Should probably have been part of #3518.
This commit is contained in:
Kristjan ESPERANTO 2024-09-11 23:12:34 +02:00 committed by GitHub
parent 7915de3149
commit bca5d9c845
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -81,3 +81,6 @@ Temporary Items
*.orig
*.rej
*.bak
# Ignore positions file (#3518)
js/positions.js

View File

@ -21,7 +21,7 @@ _This release is scheduled to be released on 2024-10-01._
- [weather] Updated `apiVersion` default from 2.5 to 3.0 (#3424)
- [core] Updated dependencies including stylistic-eslint
- [core] Updated SocketIO catch all to new API
- [core] Allow custom modules positions by scanning index.html for the defined regions, instead of hard coded(fixes #3504)
- [core] Allow custom modules positions by scanning index.html for the defined regions, instead of hard coded (PR #3518 fixes issue #3504)
- [core] Update dependencies
### Fixed