Skip to content
Merged

V3 #29

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.gitignore
.travis.yml
.dockerignore
.github

.ssh/
dist/
Expand Down Expand Up @@ -39,3 +40,14 @@ test/
!*.d.ts

*.tgz

# Dev/tooling — never part of the published package.
# NOTE: tsconfig.json is intentionally NOT ignored — IMQClient reads it at
# runtime (require('../tsconfig.json')) to transpile generated clients.
scripts/
.oxlintrc.json
.oxfmtrc.json
.agent-out/
# debug* are manual dev scripts; `!*.d.ts` above re-includes their declaration
# files, so re-exclude those here (a later rule wins)
debug*.d.ts
Loading
Loading