Files
openmaic/.gitignore
2026-08-16 14:58:47 +08:00

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