-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
.gitignore
82 lines (65 loc) · 1.33 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
# Created by .ignore support plugin (hsz.mobi)
# Python bytecode
*.py[co]
# Editor temp files
*~
# Local files
*_local.sh
# Sphinx docs
docs/_build
docs/locales/**/*.mo
# PyCharms project file
/.idea/
# temp_uploads for jqupload
/temp_uploads/
# Django setting local file
/g3w-admin/base/settings/local_settings.py
/g3w-admin/base/settings/local_settings.py.*
/g3w-admin/base/settings/local_ldap_settings.py
# Node modules
/node_modules
# Addons
/g3w-admin/addons
/g3w-admin/plugins
# Bower components
/g3w-admin/core/static/bower_components/
/g3w-admin/core/static/bower_components
# Coverage html test result reports
/g3w-admin/htmlcov/
# Gulp dist directory
/dist/
# Media and static
/media/
/static/
run_local*.sh
# Coverage
/g3w-admin/.coverage
# submodule
/g3w-admin/ogc/
/g3w-admin/iternet/
/g3w-admin/cdu/
/g3w-admin/law/
/g3w-admin/iternet_capannori/
/g3w-admin/notes/
/g3w-admin/cadastre/
/g3w-admin/cadastre_camaiore/
/g3w-admin/frontend/
/g3w-admin/authldap/
/g3w-admin/globalsearch/
/g3w-admin/stress/
/g3w-admin/stress_admin/
/g3w-admin/preventcurrentlogins/
/g3w-admin/demo/
/g3w-admin/egovbari/
/g3w-admin/progeo/
/g3w-admin/catalog/
/g3w-admin/spid_redirect/
/g3w-admin/archiweb/
/g3w-admin/portal/
/g3w-admin/g3wauthtoken/
/g3w-admin/politowps/
/g3w-admin/eleprofile/
/g3w-admin/simplereporting/
.gitmodules
/pymast
/shared-volume