initial commit

This commit is contained in:
Sergey Krylov 2025-02-04 06:01:49 +03:00
commit 30105d32ec

32
.gitignore vendored Normal file
View File

@ -0,0 +1,32 @@
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.env
.env.local
.env.development
.env.test
.env.production
dist/
build/
out/
.next/
.nuxt/
.cache/
.turbo/
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.DS_Store
Thumbs.db
package-lock.json
yarn.lock
pnpm-lock.yaml
coverage/
.nyc_output/
docs/