mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-02-03 02:24:47 +08:00
24 lines
218 B
Plaintext
24 lines
218 B
Plaintext
.idea
|
|
.DS_Store
|
|
node_modules
|
|
.turbo
|
|
*.log
|
|
.next
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
.env
|
|
.cache
|
|
server/dist
|
|
public/dist
|
|
.turbo
|
|
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
tsconfig.tsbuildinfo
|