-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
executable file
·51 lines (50 loc) · 1 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
.bzr
.bzrignore
*.pyc
*.py~
*~
#*
*.bak
static/dash
views/dash
controllers/dash
models/002_auth.py
static/dash/webgl_maps
cache/*
cron/crontab
databases/*
errors/*
models/000_config.py
models/config.py
sessions/*
static/scripts/tools/httpserver.log
uploads/*
.openid/*
.tmp/*
.raw/*
static/videos/*
static/scripts/ext/.docs/*
static/scripts/ext/.examples/*
static/scripts/ext/.test/*
static/scripts/gis/openlayers/.apidoc_config/*
static/scripts/gis/openlayers/.build/*
static/scripts/gis/openlayers/.doc/*
static/scripts/gis/openlayers/.doc_config/*
static/scripts/gis/openlayers/.examples/*
static/scripts/gis/openlayers/.tests/*
static/scripts/gis/openlayers/.tools/*
static/scripts/gis/GeoExt/.build/*
static/scripts/gis/GeoExt/.docs/*
static/scripts/gis/GeoExt/.examples/*
static/scripts/gis/GeoExt/.tests/*
static/scripts/gis/mapfish/.tests/*
static/selenium/results/*
static/selenium/scripts/diagTestResults.txt
static/*/.svn/*
static/*test*
static/videos/*
tests/.cherrypy/*
.DS_Store
languages/*.po
__init__.pyc
*.log