LogarithmPlotter/.gitignore

44 lines
490 B
Text
Raw Normal View History

2024-09-24 05:23:12 +02:00
# Building
build/
dist/
deb_dist/
2021-08-02 20:01:32 +02:00
linux/flatpak/AppDir
linux/flatpak/repo
linux/flatpak/build-dir
2021-08-02 20:01:32 +02:00
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
.coverage
docs/html
.directory
*.lpf
*.lgg
2024-09-24 05:23:12 +02:00
# npm
node_modules
LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/index.mjs*