feat: initial setup of github action and semantic release

This commit is contained in:
2025-12-16 20:16:35 +03:00
commit 717c267d0e
6 changed files with 2459 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Node.js
node_modules/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# Environment
.env
.env*.local
# Editor directories and files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Build artifacts
dist/
build/
coverage/
# OS-specific files
.DS_Store
Thumbs.db