add npmignore
This commit is contained in:
Родитель
77a946129e
Коммит
5c274052f5
|
@ -0,0 +1,19 @@
|
|||
# Ignore everything
|
||||
*
|
||||
|
||||
# Except for deliverables
|
||||
|
||||
# TS stuff
|
||||
!out/**
|
||||
!lib/**
|
||||
!package.json
|
||||
!tsconfig.json
|
||||
|
||||
# C++ stuff
|
||||
!src/**
|
||||
!binding.gyp
|
||||
|
||||
# Misc
|
||||
!README.md
|
||||
!LICENSE
|
||||
!.travis.yml
|
|
@ -15,7 +15,7 @@
|
|||
]
|
||||
},
|
||||
"include": [
|
||||
"src/*.ts",
|
||||
"lib/main.ts",
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
|
|
Загрузка…
Ссылка в новой задаче