.gitignore 99 B

123456
  1. node_modules
  2. # Keep environment variables out of version control
  3. .env
  4. /src/generated/prisma
  5. dist/