Working mjs building

This commit is contained in:
Adsooi 2024-09-24 05:23:12 +02:00
parent 6a1f01ba1f
commit 937cb07d0b
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
30 changed files with 832 additions and 44 deletions

16
.gitignore vendored
View file

@ -1,3 +1,4 @@
# Building
build/
dist/
deb_dist/
@ -8,6 +9,11 @@ linux/flatpak/.flatpak-builder
*.snap
*.spec
*.zip
*.tar.gz
*.spec
*.egg-info/
# Runtime data
**/**.qmlc
**/**.jsc
**/**.pyc
@ -20,16 +26,18 @@ linux/flatpak/.flatpak-builder
.DS_Store
**/.DS_Store
**/__pycache__/
# IDE Data
.ropeproject
.vscode
*.kdev4
.kdev4
.coverage
build
docs/html
.directory
*.lpf
*.lgg
*.spec
*.egg-info/
*.tar.gz
# npm
node_modules
LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/index.mjs*