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:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
.env
|
||||
coverage/
|
||||
logs/
|
||||
.locale/
|
||||
cache/
|
Reference in New Issue
Block a user