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