forked from geomoose/gm3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (36 loc) · 844 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
42
43
44
# gitignore/npmignore file for GeoMoose
#
# Please keep both these files in sync when making changes. It is
# very likely a change to one should be made to both. The exception
# is any build artifacts that are needed at runtime should be included
# in npm but excluded from git.
# Python n things
env/
.env
*.pyc
# GeoMOOSE demo site specific config file
examples/desktop/config.js
examples/mobile/config.js
examples/geomoose
# Editor backup files
*~
*.bak
*.swp
# Created by PyCharm editor
docs/.idea
# macOS droppings
.DS_Store
*.DS_Store
# NPM package directory
node_modules/
# Test result directory
coverage/
# Results of packaging
geomoose*.tgz
# Results of building
# Note: this should be ignored by git but by not npm
dist/
docs/_site/
*.lock
# this is the results of building the fonts dict.
src/gm3/components/print/fonts.js