21 lines
426 B
Plaintext
21 lines
426 B
Plaintext
.DS_Store
|
|
|
|
# Local secrets and generated data stay outside the source baseline.
|
|
OpenMAIC/.env*
|
|
!OpenMAIC/.env.example
|
|
OpenMAIC/data/
|
|
OpenMAIC/logs/
|
|
|
|
# Dependencies, build output, caches, and test artifacts.
|
|
OpenMAIC/node_modules/
|
|
OpenMAIC/.next/
|
|
OpenMAIC/.next-dev/
|
|
OpenMAIC/out/
|
|
OpenMAIC/build/
|
|
OpenMAIC/dist/
|
|
OpenMAIC/test-results/
|
|
OpenMAIC/playwright-report/
|
|
OpenMAIC/blob-report/
|
|
OpenMAIC/coverage/
|
|
OpenMAIC/*.tsbuildinfo
|