smart_ims/.gitignore
2026-01-22 23:42:55 +09:00

68 lines
864 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Dependencies
node_modules
.pnp
.pnp.js
# Testing
coverage
.nyc_output
# Production & Build
dist
dist-ssr
build
out
# Environment Variables (CRITICAL)
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.production
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS Generated
Thumbs.db
ehthumbs.db
Desktop.ini
# Project Specific - Server
server/uploads/*
!server/uploads/.gitkeep
server/server.zip
server/public_key.pem
server/private_key.pem
# Project Specific - Camera/Stream
*.ts
!src/**/*.ts
!src/**/*.tsx
!vite.config.ts
!server/**/*.ts
# Exclude recorded streams if any are saved locally in dev
stream_recordings/
# Agent Artifacts
.gemini/
.agent/