this repo has no description
at main 307 B view raw
1# Dependencies 2node_modules/ 3.pnp 4.pnp.js 5 6# Testing 7coverage/ 8 9# Production 10build/ 11dist/ 12.next/ 13out/ 14 15# Misc 16.DS_Store 17.env.local 18.env.development.local 19.env.test.local 20.env.production.local 21.env 22 23# Debug 24npm-debug.log* 25yarn-debug.log* 26yarn-error.log* 27 28# IDE 29.idea/ 30.vscode/ 31*.swp 32*.swo 33 34# Vercel 35.vercel/