-
-
Notifications
You must be signed in to change notification settings - Fork 146
/
Copy path.gitignore
130 lines (115 loc) · 2.78 KB
/
.gitignore
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# IDE
.idea
.vscode/
*.orig
*.rej
*~
*.DS_Store
*.o
*.swp
*.log
*.pyc
*.bak
# Build
build/
node_modules/
assets/dist/
*.bundle.js
# Config
lizmap/var/config/lizmapConfig.ini.php
lizmap/var/config/localconfig.ini.php
lizmap/var/config/liveconfig.ini.php
lizmap/var/config/localframework.ini.php
lizmap/var/config/profiles.ini.php
lizmap/var/config/installer.ini.php
lizmap/var/config/installer.bak.ini.php
lizmap/var/config/localurls.xml
lizmap/var/db/*.db
lizmap/var/lizmap-theme-config/*
!lizmap/var/lizmap-theme-config/.empty
lizmap/var/mails/*
!lizmap/var/mails/.empty
lizmap/var/sessions/*
!lizmap/var/sessions/.empty
lizmap/var/uploads/*
!lizmap/var/uploads/.empty
lizmap/www/cache/images/*
!lizmap/www/cache/images/.empty
lizmap/www/live/images/home/*
!lizmap/www/live/images/home/.empty
# Built JS files
lizmap/www/assets/js/*.js.LICENSE.txt
lizmap/www/assets/js/*.js.map
lizmap/www/assets/js/lizmap.js
lizmap/www/assets/js/atlas.js
lizmap/www/assets/js/attributeTable.js
lizmap/www/assets/js/action.js
lizmap/www/assets/js/bottom-dock.js
lizmap/www/assets/js/edition.js
lizmap/www/assets/js/filter.js
lizmap/www/assets/js/map.js
lizmap/www/assets/js/map-projects.js
lizmap/www/assets/js/popupQgisAtlas.js
lizmap/www/assets/js/search.js
lizmap/www/assets/js/switcher-layers-actions.js
lizmap/www/assets/js/timemanager.js
lizmap/www/assets/js/view.js
# Docs
docs/.build
docs/js
docs/php
temp/lizmap/*
!temp/lizmap/.empty
lizmap/vendor/
lizmap/composer.lock
lizmap/lizmap-modules/*
!lizmap/lizmap-modules/.empty
lizmap/my-packages/*
!lizmap/my-packages/composer.json.dist
!lizmap/my-packages/README.md
.php-cs-fixer.php
.php-cs-fixer.cache
.phpstan.cache
.drafts
docker/factory.manifest
docker/.run
docker/*.zip
# Python
.venv
venv
# Files coming from QGIS
*_attachments.zip
*.gpkg-shm
*.gpkg-wal
# Tests
tests/units/vendor/
tests/units/composer.lock
tests/units/.phpunit.result.cache
tests/qgis-projects/*
!tests/qgis-projects/tests
!tests/qgis-projects/webdav
tests/qgis-projects/webdav/test/*
!tests/qgis-projects/webdav/test/logo.png
!tests/qgis-projects/webdav/test/test_upload.conf
!tests/qgis-projects/webdav/test/test_upload.txt
!tests/qgis-projects/ProJets 1982*!
tests/qgis-projects/tests/media/
!tests/qgis-projects/tests/media/js/javascript_error/invalid_javascript.js
tests/qgis-projects/tests/*_attachments.zip
tests/qgis-server-plugins/*
!tests/qgis-server-plugins/upgrade_projects.py
tests/lizmap-qgis-plugin.master.zip
tests/end2end/cypress/downloads/
tests/end2end/cypress/screenshots/
tests/.env
tests/end2end/playwright-report/
tests/end2end/ctrf/
tests/end2end/playwright/.auth
tests/end2end/test-results*
# Keep them a little bit, when we come back from a legacy branch, to be removed soon
tests/js-units/node_modules/
tests/end2end/node_modules/
assets/node_modules/
/.composer
/.npm
*.code-workspace