This commit is contained in:
sasha-astiadi 2025-06-12 13:39:08 +02:00
parent ade2530257
commit fe3b7753f4
8 changed files with 58 additions and 21 deletions

79
.gitignore vendored
View File

@ -1,55 +1,92 @@
# dependencies
# Dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
# Testing
/coverage
# next.js
# Next.js
/.next/
/out/
/build
.next/
next-env.d.ts
.vercel
*.tsbuildinfo
# Cache
.cache/
.eslintcache
.stylelintcache
*.pack.gz
app-build-manifest.json
app-paths-manifest.json
trace
*.pack.gz
/next/cache/
/next/static/chunks/
# production
# Production
/build
/dist
*.log
# misc
.DS_Store
*.pem
# debug
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
# Local env files
.env
.env*.local
.env.development
.env.test
.env.production
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.idea/
.vscode/
.idea
.vscode
*.swp
*.swo
*.swn
*.bak
*.orig
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Misc
*.pem
.npmrc
.yarnrc
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# TypeScript
*.tsbuildinfo
# Optional npm cache directory
.npm

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.