22 lines
162 B
Text
22 lines
162 B
Text
# Node
|
|
node_modules/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Editors
|
|
.vscode/
|
|
|
|
# Local env files
|
|
.env*.local
|
|
|
|
# tsc
|
|
*.tsbuildinfo
|
|
|
|
# Vite
|
|
dist
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
next-env.d.ts
|