LogarithmPlotter/.gitignore

47 lines
570 B
Text
Raw Permalink Normal View History

2024-09-24 05:23:12 +02:00
# Building
build/
dist/
deb_dist/
2024-09-30 00:23:39 +02:00
assets/linux/flatpak/AppDir
assets/linux/flatpak/repo
assets/linux/flatpak/build-dir
assets/linux/flatpak/.flatpak-builder
2021-08-01 00:49:44 +02:00
*.snap
*.spec
*.zip
2024-09-24 05:23:12 +02:00
*.tar.gz
*.spec
*.egg-info/
# Runtime data
**/**.qmlc
**/**.jsc
**/**.pyc
**/**.qm
**/**.log
*.jsc
*.qmlc
*.log
2024-01-10 22:57:18 +01:00
**/*.dxvk-cache
.DS_Store
**/.DS_Store
**/__pycache__/
2024-09-24 05:23:12 +02:00
# IDE Data
.ropeproject
.vscode
2024-09-18 00:30:58 +02:00
*.kdev4
.kdev4
docs/html
.directory
*.lpf
*.lgg
2024-09-24 05:23:12 +02:00
# Tests
common/coverage/
**/.coverage
2024-09-24 05:23:12 +02:00
# npm
2024-09-30 00:23:39 +02:00
common/node_modules
runtime-pyside6/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/index.mjs*