ethers.js/.gitignore

25 lines
348 B
Plaintext
Raw Normal View History

2019-05-14 22:25:46 +00:00
node_modules/
obsolete/
.DS_Store
.tmp/
dist/types/shims/
shims/*.d.ts
**/*.swp
2019-07-20 23:13:00 +00:00
*~
2019-05-14 22:25:46 +00:00
# Weird intermediate files tsc generates for references
**/src.ts/*.js
# Weird file Browserify sometimes leaves lying around.
**/*.tmp-browserify-*
lerna-debug.log
2019-09-06 21:58:37 +00:00
packages/*/tsconfig.tsbuildinfo
packages/testcases/input/nameprep/**
2020-07-20 06:27:26 +00:00
.nyc_output/**
2020-09-04 05:24:54 +00:00
output/**