chore(repo): initialize project settings and configuration

- Add .gitignore to exclude sensitive and unnecessary files
- Update LICENSE with correct copyright attribution
- Add VERSION file with initial version number
- Configure git-cliff for changelog generation
- Add deno.jsonc with tasks, compiler options, and formatting rules
- Add deno.lock to track dependencies
- Add import_map.json for module resolution
This commit is contained in:
2025-05-11 01:09:51 +02:00
parent 01b9a9ff08
commit b473b7cce1
7 changed files with 215 additions and 1 deletions

5
import_map.json Normal file
View File

@@ -0,0 +1,5 @@
{
"imports": {
"http-kernel/": "https://git.0xmax42.io/maxp/http-kernel/raw/tag/v0.1.0/src/"
}
}