move to the root directory

main
Yanick Champoux 2022-12-01 13:15:20 -05:00
parent 95e9d6c32e
commit 1f49fcfe0e
5 changed files with 2256 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules
.pls_cache/
.perl-version
pnpm-lock.yaml

2250
2022/input Normal file

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,11 @@ vars:
tasks:
"precommit:init": pre-commit install -t pre-merge-commit -t pre-push
lint:fix:
cmds:
- npx prettier --write {{.CLI_ARGS | default "." }}
default:
cmds:
- echo "{{.GREETING}}"