-
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (42 loc) · 576 Bytes
/
.gitignore
File metadata and controls
52 lines (42 loc) · 576 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
*.orig
*.rej
*~
*.o
*.swp
*.pyc
*.DS_Store
lizmap.cfg
# IDE
.idea/
.vscode/
*.egg-info
*.code-workspace
# Python
.venv/
build/
build2/
dist/
.local
.cache
.pytest_cache
__output__
.docker-venv-*
.localconfig.mk
*.qgz
*_attachments.zip
*_bak.qgs
*_bak.qgs.cfg
# QGIS-Plugin-CI
lizmap.*.zip
*.zip
lizmap/i18n/lizmap_qgis_plugin_*.ts
lizmap/i18n/lizmap_qgis_plugin_*.qm
lizmap/lizmap-locales.pro
unittest.qgs
tests/data/unit_test_plugin_*
tests/data/*.gpkg-shm
tests/data/*.gpkg-wal
tests/data/shortnames.qgs.cfg
tests/credentials.py
**/symbology-style.db
**/*.qgs.bak