mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-08-06 14:21:25 +08:00
27 lines
220 B
Plaintext
27 lines
220 B
Plaintext
node_modules
|
|
.next
|
|
build
|
|
dist
|
|
*.tsbuildinfo
|
|
*.gitignore
|
|
*.svg
|
|
*.lock
|
|
*.npmignore
|
|
*.sql
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
*.gif
|
|
*.ico
|
|
*.sh
|
|
Dockerfile
|
|
Dockerfile.*
|
|
.env
|
|
.env.*
|
|
LICENSE
|
|
*.log
|
|
.DS_Store
|
|
.dockerignore
|
|
*.patch
|
|
*.toml
|
|
*.prisma |