Working mjs building
This commit is contained in:
parent
6a1f01ba1f
commit
937cb07d0b
30 changed files with 832 additions and 44 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -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*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue