Skip to content

Commit

Permalink
Improve gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 14, 2024
1 parent 7be1dfc commit 0a66339
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
build/
node_modules/
coverage/
node_modules
/*.js
/*.ts
/*.js.map
/*.d.ts.map
/esm/*.js
/esm/*.ts
/esm/*.js.map
/esm/*.d.ts.map
/esm/abstract
/abstract/
*.d.ts
*.d.ts.map
*.js.map
/build
/abstract
/esm/abstract

0 comments on commit 0a66339

Please sign in to comment.