chore: add common configuration for the project

Set `editorconfig` pattern and files/paths to be ignored by `git` and
`docker`.

Finally, define runtimes needed by the project using `mise`.
This commit is contained in:
2025-03-07 13:58:33 +00:00
parent cb46478b0e
commit 1ad7e94ea1
4 changed files with 48 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
**/node_modules
**/.next