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
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:
parent
76979d055b
commit
654df15137
@ -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": []
|
|
||||||
}
|
|
||||||
}
|
|
41
.gitignore
vendored
41
.gitignore
vendored
@ -169,4 +169,43 @@ tramp
|
|||||||
# Local scripts
|
# Local scripts
|
||||||
run.sh
|
run.sh
|
||||||
debug.sh
|
debug.sh
|
||||||
test.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
|
BIN
torrentgateway
BIN
torrentgateway
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user