ft_transcendence/.gitignore
Maieul BOYER b7c2a3dff9 feat(openapi): Started working on Openapi generation
- Updated to Typebox 1.0.0 to better support Openapi type generation
- Changed dockerfile to fetch depedencies only once
- Fixed Routes to properly handle openapi
- Fixed Routes to respond with multiples status code (no more only 200)
- Fixed Schemas so the auth-gated endpoint properly reflect that
- Added Makefile rule to generate openapi client (none working due to
  missing files)
2025-11-10 18:34:22 +01:00

13 lines
114 B
Text

.direnv/
.envrc
*.lock
node_modules/
*.pdf
**/dist/
# sqlite stuff
*.db
*.db-shm
*.db-wal
/db/
package-lock.json