ethers.js/.npmignore

32 lines
482 B
Plaintext
Raw Permalink Normal View History

2022-09-05 23:14:43 +03:00
# Ignore TypeScript config and caches
tsconfig.*.json
tsconfig.tsbuildinfo
rollup.config.js
output/**
docs.wrm/**
.github/**
2022-09-05 23:14:43 +03:00
# Ignore admin scripts and files
src.ts/_admin/**
lib.commonjs/_admin/**
lib.esm/_admin/**
types/_admin/**
reporter.cjs
package-commonjs.json
.github/workflows/test-ci.yml
2022-09-05 23:14:43 +03:00
# Ignore test cases
src.ts/_tests/**
lib.commonjs/_tests/**
lib.esm/_tests/**
types/_tests/**
testcases/**
# Ignore random junk
.DS_Store
node_modules/**
misc/**
**/*.tgz
2023-06-02 00:52:58 +03:00
dist/*.gz