mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-03 20:11:30 +01:00
22 lines
194 B
Plaintext
22 lines
194 B
Plaintext
**/.turbo
|
|
**/.next
|
|
**/out
|
|
**/build
|
|
**/coverage
|
|
**/node_modules
|
|
|
|
# envs
|
|
.env
|
|
.env.production
|
|
.env.development
|
|
secrets
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
Dockerfile
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|