1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-08-05 11:38:28 +02:00
.profile/.dockerignore

22 lines
194 B
Plaintext
Raw Normal View History

2023-12-28 06:21:24 +01:00
**/.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