yslootahrobotics/.gitignore
Najjar\NajjarV02 729ab71c2c
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized function calls.
2026-05-20 18:03:42 +04:00

44 lines
379 B
Plaintext

# Dependencies
node_modules
.pnp
.pnp.js
# Build outputs
.next
out
dist
build
# Testing
coverage
# Misc
.DS_Store
*.pem
.env*.local
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local env files
.env
# Vercel
.vercel
# TypeScript
*.tsbuildinfo
next-env.d.ts
# IDE
.idea
.vscode
/src/generated/prisma
# Local design references not part of project
/references