-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy path.npmignore
47 lines (37 loc) · 945 Bytes
/
.npmignore
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
# 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/
# Don't package useless source map (the source URLs are all webpack relative
# which can't resolve to anything in production.)
dist/geomoose.min.js.map
# Ignore GitHub configuration releases
.github/