forked from 3liz/lizmap-web-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.aiexclude
More file actions
66 lines (57 loc) · 778 Bytes
/
.aiexclude
File metadata and controls
66 lines (57 loc) · 778 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Exclude file for Gemini AI
# follows the same syntax as a .gitignore file.
.drafts/*
.idea/*
.vscode/*
.github/*
*.code-workspace
_dist/
dist/
build/
tmp/
.DS_Store
Thumbs.db
**/*.orig
**/*.rej
**/*.bak
**/*.pyc
**/*.swp
**/*.log
**/*.tmp
**/*.db
**/.env
**/.env*
**/.php-cs-fixer.cache
**/.php-cs-fixer.php
**/.phpstan.cache
**/.phpunit.result.cache
**/*.zip
**/.auth*
**/*.dump
**/*.crt
**/*.csr
**/*.key
**/*.pem
**/*.srl
**/id_rsa
.venv
venv
**/*.ini.php
**/*.wasm
**/vendor/*
lizmap/var/config/*
lizmap/var/db/*
lizmap/var/mails/*
lizmap/var/uploads/*
lizmap/www/cache/*
lizmap/www/live/*
temp/lizmap/*
docker/factory.manifest
docker/.run
tests/qgis-projects/*
tests/qgis-server-plugins/*
tests/end2end/test-results*
**/*.gpkg-shm
**/*.gpkg-wal
/.composer
/.npm