curltastic/.gitignore
2026-09-08 02:16:58 +00:00

15 lines
131 B
Plaintext

# Rust
backend/target/
# Node / Vite
frontend/node_modules/
frontend/dist/
# E2E
e2e/node_modules/
# Misc
*.log
.DS_Store
.omo/