chore: baseline import
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
# deps
|
||||
node_modules
|
||||
|
||||
# next
|
||||
.next
|
||||
.next-dev
|
||||
out
|
||||
.turbo
|
||||
|
||||
# env
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# payload
|
||||
media
|
||||
files
|
||||
uploads
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.log
|
||||
npm-debug.log*
|
||||
.vscode
|
||||
.idea
|
||||
.playwright-cli
|
||||
tmp-check-*.ts
|
||||
tsconfig.tsbuildinfo
|
||||
Reference in New Issue
Block a user