forked from PnX-SI/GeoNature-atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (54 loc) · 1.31 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
*.pyc
.htpasswd
log/*
atlas/static/conf/custom.js
atlas/debug.py
robots.txt
.htaccess
venv/*
venv3/*
atlas/configuration/config.py
atlas/configuration/settings.ini
atlas/static/conf/custom.js
atlas/static/territoire.json
atlas/static/images/ancien
atlas/static/node_modules
atlas/static/territoire.json
atlas/static/images/ancie
n
atlas/static/custom/territoire.json
atlas/static/custom/glossaire.json
atlas/static/custom/custom.css
atlas/static/custom/maps-custom.js
static/custom/territoire.json
static/custom/glossaire.json
static/custom/custom.css
static/custom/maps-custom.js
atlas/static/custom/images/logo-structure.png
atlas/static/custom/images/accueil-intro.jpg
static/custom/images/favicon.ico
atlas/static/custom/images/logo_patrimonial.png
atlas/static/custom/templates/bandeaulogoshome.html
atlas/static/custom/templates/presentation.html
atlas/static/custom/templates/footer.html
atlas/static/custom/templates/introduction.html
atlas/static/custom/templates/credits.html
atlas/static/custom/templates/mentions-legales.html
data/ref/emprise_territoire.*
data/ref/communes.dbf
data/ref/communes.prj
data/ref/communes.shp
data/ref/communes.shx
data/ref/territoire.dbf
data/ref/territoire.prj
data/ref/territoire.shp
data/ref/territoire.shx
data/ref/L93*
data/ref/mailles*
# Pycharm
.idea/
.vscode
.coverage
.tox
*.swp
*.swo