Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredo committed Dec 16, 2024
1 parent 6ebce3b commit fb915ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
manifest.json
.vscode
deno.lock
5 changes: 4 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"imports": {
"/": "./",
"./": "./"
}
},
"test": {
"include": ["tests/*"]
}
}

0 comments on commit fb915ee

Please sign in to comment.