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 /node_modules
/.pnp /.pnp
.pnp.js .pnp.js
.yarn/install-state.gz
# testing # Testing
/coverage /coverage
# next.js # Next.js
/.next/ /.next/
/out/ /out/
/build
.next/
next-env.d.ts
.vercel
*.tsbuildinfo
# Cache
.cache/
.eslintcache
.stylelintcache
*.pack.gz
app-build-manifest.json app-build-manifest.json
app-paths-manifest.json app-paths-manifest.json
trace trace
*.pack.gz
/next/cache/ /next/cache/
/next/static/chunks/ /next/static/chunks/
# production
# Production
/build /build
/dist
*.log
# misc # Debug
.DS_Store
*.pem
# debug
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
.pnpm-debug.log*
# local env files # Local env files
.env*.local
.env .env
.env*.local
.env.development .env.development
.env.test .env.test
.env.production .env.production
.env.local
# vercel .env.development.local
.vercel .env.test.local
.env.production.local
# typescript
*.tsbuildinfo
next-env.d.ts
# IDE # IDE
.idea/ .idea
.vscode/ .vscode
*.swp *.swp
*.swo *.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
logs logs
*.log *.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# TypeScript
*.tsbuildinfo
# Optional npm cache directory # Optional npm cache directory
.npm .npm

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.