mirror of
https://github.com/Oak-and-Sprout/sprout-track.git
synced 2026-05-08 08:00:42 -05:00
64 lines
675 B
Plaintext
64 lines
675 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
|
|
# Production
|
|
build
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Local env files
|
|
.env*.local
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# Database
|
|
db/*.db
|
|
/db
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
|
|
# Scripts
|
|
scripts/backup.sh
|
|
scripts/deployment.sh
|
|
scripts/service.sh
|
|
scripts/setup-service.sh
|
|
scripts/update.sh
|
|
|
|
# Logs
|
|
logs/
|
|
Logs/
|
|
|
|
# Documentation (ignore all except CSV files needed for seeding)
|
|
documentation/
|
|
!documentation/wtageinf.csv
|
|
!documentation/hcageinf.csv
|
|
!documentation/lenageinf.csv
|