Files
originsdigital/.gitignore
Tetardtek 4a3be2a323
Some checks failed
CI/CD — Build & Deploy / Build (push) Failing after 1m47s
CI/CD — Build & Deploy / Deploy to VPS (push) Has been skipped
feat: initial project structure — Express/TS/TypeORM + React/TS + Docker + Gitea CI
2026-03-14 04:13:58 +01:00

20 lines
180 B
Plaintext

# Env
.env
.env.local
.env.*.local
# Dependencies
node_modules/
backend/node_modules/
frontend/node_modules/
# Build
backend/dist/
frontend/dist/
# Docker
*.log
# OS
.DS_Store