38 lines
305 B
Text
Executable file
38 lines
305 B
Text
Executable file
# OS
|
|
.DS_Store
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Runtime data
|
|
data/
|
|
videos/
|
|
*.db
|
|
logs/
|
|
*.pid
|
|
|
|
# Go
|
|
backend/kvtube-go
|
|
backend/bin/
|
|
*.exe
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Secrets - NEVER commit these
|
|
cookies.txt
|
|
*.pem
|
|
*.key
|
|
credentials.json
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Debug files
|
|
*_debug.txt
|
|
|
|
# Temporary
|
|
tmp_*/
|
|
.gemini/
|