forked from jsr-io/jsr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.licenserc.json
More file actions
15 lines (15 loc) · 350 Bytes
/
.licenserc.json
File metadata and controls
15 lines (15 loc) · 350 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"**/*.{ts,tsx,rs,tf}": "// Copyright 2024 the JSR authors. All rights reserved. MIT license.",
"ignore": [
"api/testdata/",
"frontend/_fresh/",
"frontend/node_modules/",
"frontend/fresh.gen.ts",
"frontend/utils/cloudtrace.v2.ts",
"target/",
".gcs/",
"terraform/.terraform/",
".git/",
"e2e/vendor/"
]
}