fix(workflows): normalize default branch to main across CI/release workflows and docs; update package metadata; clean .gitignore and fix readme license link
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,17 +1,10 @@
|
||||
.nogit/
|
||||
|
||||
# artifacts
|
||||
coverage/
|
||||
public/
|
||||
pages/
|
||||
|
||||
# installs
|
||||
node_modules/
|
||||
|
||||
# caches
|
||||
.yarn/
|
||||
.cache/
|
||||
.rpt2_cache
|
||||
|
||||
# builds
|
||||
dist/
|
||||
@@ -21,4 +14,4 @@ dist_*/
|
||||
deno.lock
|
||||
.deno/
|
||||
|
||||
# custom
|
||||
# custom
|
||||
|
||||
Reference in New Issue
Block a user