forked from geoadmin/mf-geoadmin3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
39 lines (36 loc) · 777 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
/node_modules
/src/deps.js
/src/style/app.css
/src/index.html
/src/mobile.html
/src/embed.html
/src/TemplateCacheModule.js
/prd
/.build-artefacts
/apache/app.conf
/test/karma-conf-dev.js
/test/karma-conf-prod.js
/deploy/deploy-branch.cfg
/src/locales/*.csv
/scripts/00-*.conf
/src/lib/angular*.js
/src/lib/Cesium/Assets/Textures/NaturalEarthII
/src/lib/Cesium/Assets/Textures/SkyBox
/src/lib/Cesium/Assets/Textures/maki
/src/lib/Cesium/Assets/Textures/moonSmall.jpg
/src/lib/Cesium/Assets/Textures/pin.svg
/src/lib/Cesium/Widgets
/re3-translations.json
rc_branch
# FIXME
# The following are developer-specific and should probably be in the
# developers' .gitconfig file.
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Jetbrains
.idea
*.iml
# Vim swap files
*.swp