-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
41 lines (36 loc) · 845 Bytes
/
.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
*.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/*
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.*
data/ref/territoire.*
data/ref/FRA_adm0.*
data/ref/n_com*
# Pycharm
.idea/
.vscode