mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-05 16:46:50 +00:00
41 lines
445 B
Plaintext
41 lines
445 B
Plaintext
# Version control
|
|
.git
|
|
.gitignore
|
|
|
|
# Dependencies
|
|
**/node_modules
|
|
.pnpm-store
|
|
|
|
# Build outputs
|
|
**/dist
|
|
**/.next
|
|
**/build
|
|
**/out
|
|
|
|
# Development files
|
|
**/.env*
|
|
!**/.env.example
|
|
**/.vscode
|
|
**/.idea
|
|
**/coverage
|
|
**/.turbo
|
|
**/.cache
|
|
|
|
# System files
|
|
.DS_Store
|
|
**/Thumbs.db
|
|
|
|
# Logs
|
|
**/npm-debug.log*
|
|
**/yarn-debug.log*
|
|
**/yarn-error.log*
|
|
**/pnpm-debug.log*
|
|
|
|
# Test files
|
|
**/__tests__
|
|
**/*.test.*
|
|
**/*.spec.*
|
|
|
|
packages/db/generated
|
|
dev/
|
|
flv-module/ |