forked from camptocamp/demo_geomapfish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
66 lines (66 loc) · 1.51 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
*~
*.pyc
.*.swp
/.build
/.tx/config
/.tx/ngeo.gmf-*
/.whiskey/action_hooks/pre-build
/demo.egg-info
/jsbuild/app.cfg
/docker-compose.yml
/node_modules/
/apache/README.txt
/apache/frontend.conf
/apache/mapserver.conf
/apache/wsgi.conf
/apache/tinyows.conf
/apache/application.wsgi
/apache/tiles.conf
/apache/mapcache.xml
/deploy/deploy.cfg
/deploy/hooks/pre-restore-database
/deploy/hooks/post-restore
/alembic.ini
/alembic_static.ini
/development.ini
/production.ini
/project.yaml
/print/WEB-INF/lib/*.jar
/print/WEB-INF/classes/logback.xml
/print/print-apps/demo/config.yaml
/print/print-servlet.war
/mapserver/c2cgeoportal.map
/mapserver/tinyows.xml
/mapserver/edit.map
/mapserver/osm.map
/mapserver/private.map
/mapserver/replace_db.sh
/testDB/Dockerfile
/testDB/11-schemas.sql
/testDB/12-alembic.sql
/testDB/13-alembic-static.sql
/demo/version.py
/demo/static/build/
/demo/static-ngeo/build/
/demo/static-ngeo/fonts/gmf-icons.*
/demo/static-ngeo/fonts/fontawesome-webfont.*
/demo/locale/*/LC_MESSAGES/*.mo
/demo/locale/demo-*.pot
/demo/static/mobile/resources/sass/.sass-cache
/demo/static/mobile/resources/css/app.css
/demo/static/mobile/archive/
/demo/static/mobile/build/
/demo/static/mobile/openlayers-mobile.js
/demo/static/mobile/bootstrap.js
/demo/static/mobile/bootstrap.json
#docker
/mapserver/mapserver.map
/mapserver/defaults.env
/testDB/12-alembic.sql
/testDB/13-alembic-static.sql
/testDB/15-schema-geodata.sql
/testDB/16-schema-edit.sql
/testDB/18-data-main.sql
/testDB/19-data-main-static.sql
/testDB/20-osm.sql
/testDB/README