cspj-application/.gitignore
2025-01-16 03:18:48 +08:00

21 lines
202 B
Plaintext

# general
**/.DS_Store
**/.env*
**/next-env.d.ts
# python
**/.venv/
**/__pycache__/
**/models
# nextjs
**/.next/
**/node_modules/
**/out/
# src-tauri
**/target/
**/gen/schemas
# server
server/server