Skip to content

Commit

Permalink
update to ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
jlong145 committed Mar 27, 2024
1 parent 736b144 commit 51dae87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
output/
.coverage/
.coverage/
public/
false
lcov.info
4 changes: 3 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
},
"exclude": [
"./examples/*.ts",
"./lib/*.js"
"./lib/*.js",
"./public/*.js",
"./scripts/*.ts"
],
"name": "@joshlong145/span",
"version": "0.7.0",
Expand Down

0 comments on commit 51dae87

Please sign in to comment.