Initial commit
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# next.js / build output
|
||||
.next/
|
||||
out/
|
||||
dist/
|
||||
coverage/
|
||||
.turbo/
|
||||
.vercel/
|
||||
*.tsbuildinfo
|
||||
|
||||
# env
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# OS / editor noise
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# local archive from refactor
|
||||
archive/
|
||||
Reference in New Issue
Block a user