Skip to content

Commit

Permalink
[deno] exclude .fluentci directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 4, 2024
1 parent c7a90ce commit 880d161
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 2 deletions.
17 changes: 16 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"fmt": {
"exclude": [
".fluentci"
]
},
"lint": {
"exclude": [
".fluentci"
]
},
"test": {
"exclude": [
".fluentci"
]
}
}
}
209 changes: 208 additions & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 880d161

Please sign in to comment.