chore: initialize git repository with workflow documentation

This commit is contained in:
Ilia Mashkov
2025-12-26 12:41:43 +03:00
commit 42852a77e1
3 changed files with 3657 additions and 0 deletions

68
.gitignore vendored Normal file
View File

@@ -0,0 +1,68 @@
# Dependencies
node_modules/
.pnp/
.pnp.js
# Build outputs
.svelte-kit/
build/
dist/
.nuxt/
.output/
.vercel/
.netlify/
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE and Editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
*.sublime-project
*.sublime-workspace
# Testing
coverage/
.nyc_output/
*.lcov
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
*.tmp
*.temp
.cache/
.parcel-cache/
# TypeScript
*.tsbuildinfo
# Misc
*.pid
*.seed
*.pid.lock