Skip to content

Commit

Permalink
Ignore checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed May 27, 2024
1 parent 90b7085 commit a88cbc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
"src/**/*.{ts,tsx}",
"schema/*.json"
"schema/*.json",
"!**/.ipynb_checkpoints/"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit a88cbc9

Please sign in to comment.