-
-
Notifications
You must be signed in to change notification settings - Fork 930
Expand file tree
/
Copy path.npmignore
More file actions
22 lines (20 loc) · 611 Bytes
/
.npmignore
File metadata and controls
22 lines (20 loc) · 611 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Development-specific files
/.deploy.env
/.editorconfig
/.eslintrc.js
/.eslintcache
/.eslintignore
/.gitattributes
/.gitignore
/.travis.yml
/yarn.lock
/scripts/
# Exclude all directories named "tests" as it's used only for tests. This is
# intentionally not prefixed with a `/` because it applies to both the root and
# subdirectories.
tests/
# Mithril.js' mocks are for internal use only, and it's wholly undocumented for a
# reason. I've already gotten way too many complaints over users' tests breaking
# from changes to it in patch releases. Let's force people to finally stop using
# them.
/test-utils/