UNPKG

625 BPlain TextView Raw
1# By default, the following paths and files are ignored, so there's no need to add them to .npmignore explicitly:
2#
3# .*.swp
4# ._*
5# .DS_Store
6# .git
7# .hg
8# .npmrc
9# .lock-wscript
10# .svn
11# .wafpickle-*
12# config.gypi
13# CVS
14# npm-debug.log
15
16src
17typings.json
18typings
19typings-local
20webpack*
21tsconfig.json
22
23
24# npm publish
25#
26# You can give publish a url to a tarball, or a filename of a tarball, or a path to a folder.
27# Note that pretty much everything in that folder will be exposed by default.
28# So, if you have secret stuff in there, use a .npmignore file to list out the globs to ignore, or publish from a fresh checkout.
29