gitignore update
Some checks are pending
CI Pipeline / Run Tests (push) Waiting to run
CI Pipeline / Lint Code (push) Waiting to run
CI Pipeline / Security Scan (push) Waiting to run
CI Pipeline / Build Docker Images (push) Blocked by required conditions
CI Pipeline / E2E Tests (push) Blocked by required conditions

This commit is contained in:
Enki 2025-08-21 19:37:43 -07:00
parent 76979d055b
commit 654df15137
3 changed files with 40 additions and 18 deletions

View File

@ -1,17 +0,0 @@
{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(chmod:*)",
"Bash(curl:*)",
"WebFetch(domain:github.com)",
"Bash(grep:*)",
"Bash(go run:*)",
"Bash(go build:*)",
"Bash(find:*)",
"WebFetch(domain:raw.githubusercontent.com)"
],
"deny": [],
"ask": []
}
}

39
.gitignore vendored
View File

@ -170,3 +170,42 @@ tramp
run.sh
debug.sh
test.sh
# Claude Code files
CLAUDE.md
.claude/
claude-*
# Additional build artifacts
torrentgateway
server.log
# Transcoding work directories
transcoded/
/transcoded
data/transcoded/
# Additional temporary files
diagnostics/
diagnostics*.tar.gz
system_info.txt
health_status.txt
# Additional database files
metadata.db*
*.db-journal
*.db-wal
*.db-shm
# FFmpeg temporary files
*.ffmpeg.tmp
ffmpeg2pass-*
# Docker compose overrides
docker-compose.override.yml
docker-compose.local.yml
# SSL/TLS certificates and keys
ssl/
certs/
*.csr

Binary file not shown.