mirror of
https://github.com/james-m-jordan/morphik-core.git
synced 2025-05-09 19:32:38 +00:00
21 lines
215 B
Plaintext
21 lines
215 B
Plaintext
.git
|
|
.github
|
|
node_modules
|
|
app
|
|
public
|
|
.next
|
|
.vercel
|
|
.env*
|
|
!.env.example
|
|
|
|
# Exclude development configs
|
|
tsconfig.json
|
|
postcss.config.mjs
|
|
tailwind.config.ts
|
|
next.config.mjs
|
|
*.lock
|
|
components.json
|
|
|
|
# Include dist
|
|
!dist
|