зеркало из https://github.com/microsoft/napajs.git
Allow both .js and .ts files in /lib/core (#190)
This commit is contained in:
Родитель
0c7355f887
Коммит
17e519be03
|
@ -0,0 +1,9 @@
|
|||
# Ignore all .js files by default
|
||||
**/*.js
|
||||
|
||||
# Specify all .js files to preserve explicitly
|
||||
!/assert.js
|
||||
!/events.js
|
||||
!/process.js
|
||||
!/tty.js
|
||||
!/util.js
|
|
@ -0,0 +1 @@
|
|||
# Keep this file so that npm can pick up correct files.
|
Загрузка…
Ссылка в новой задаче