2020-05-21 22:18:15 +02:00
|
|
|
# NOTE: .npmignore is copied over to every subpackage in //packages when NPM packages
|
|
|
|
|
# are built.
|
|
|
|
|
#
|
2019-12-05 20:29:16 +01:00
|
|
|
# this ignores everything by default, except for package.json and LICENSE and README.md
|
|
|
|
|
# see https://docs.npmjs.com/misc/developers
|
|
|
|
|
**/*
|
2019-11-19 03:18:28 +01:00
|
|
|
|
2019-12-05 20:29:16 +01:00
|
|
|
# include sources from lib except for injected, but not map files
|
|
|
|
|
!lib/**/*.js
|
2020-07-31 02:15:46 +02:00
|
|
|
# Include Windows dependency checker executable.
|
|
|
|
|
!bin/PrintDeps.exe
|
2019-12-05 20:29:16 +01:00
|
|
|
# Injected files are included via lib/generated, see src/injected/README.md
|
|
|
|
|
lib/injected/
|
2019-12-06 20:28:23 +01:00
|
|
|
#types
|
2020-03-20 09:30:35 +01:00
|
|
|
!types/*
|
2019-12-06 20:28:23 +01:00
|
|
|
!index.d.ts
|
2020-01-14 02:36:46 +01:00
|
|
|
|
2019-12-05 20:29:16 +01:00
|
|
|
!index.js
|
2020-07-24 00:14:36 +02:00
|
|
|
!index.mjs
|
2020-05-21 22:18:15 +02:00
|
|
|
!install.js
|
|
|
|
|
!README.md
|
|
|
|
|
!LICENSE
|
|
|
|
|
!NOTICE
|
2020-07-28 22:30:36 +02:00
|
|
|
!api.md
|
|
|
|
|
!protocol.yml
|
2019-11-19 03:18:28 +01:00
|
|
|
|
2020-04-28 19:37:23 +02:00
|
|
|
# browser descriptor
|
|
|
|
|
!browsers.json
|