mirror of
https://github.com/usetrmnl/inker.git
synced 2026-04-29 13:45:07 -07:00
34 lines
426 B
Plaintext
34 lines
426 B
Plaintext
**/node_modules
|
|
npm-debug.log
|
|
.git
|
|
.gitignore
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.vscode
|
|
.idea
|
|
coverage
|
|
*.log
|
|
.DS_Store
|
|
|
|
# Dev files
|
|
backend/Dockerfile.dev
|
|
frontend/Dockerfile.dev
|
|
docker-compose.dev.yml
|
|
|
|
# Private/CI files
|
|
.drone.yml
|
|
start.sh
|
|
backend/start.sh
|
|
|
|
# Test output
|
|
.nyc_output
|
|
|
|
# Upload data (mounted as volume)
|
|
backend/uploads/*
|
|
!backend/uploads/.gitkeep
|
|
|
|
# Build artifacts (rebuilt in Docker)
|
|
backend/dist
|
|
frontend/dist
|