Files
main_frontend/.gitignore
T
2026-04-04 14:51:40 +03:00

46 lines
488 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.idea
yarn.lock
package.lock
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
/test-results/
/playwright-report/
/blob-report/
# next.js
/.next/
/.next-test/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts