forked from geomoose/gm3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.npmignore
38 lines (29 loc) · 823 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
# 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.
# GeoMOOSE demo site specific config file
examples/desktop/config.js
examples/mobile/config.js
examples/geomoose
# Editor backup files
*~
*.bak
*.swp
# 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