Files
NeoCom/.gitignore
2026-04-09 20:36:10 -07:00

44 lines
365 B
Plaintext

# Dependencies
node_modules
/.pnp
.pnp.js
# Testing
/coverage
# Next.js
/.next/
/out/
# Production
/build
# Misc
.DS_Store
*.pem
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.vscode
.idea
*.swp
*.swo
*~
# OS
Thumbs.db
# Prisma
prisma/migrations