mirror of
https://github.com/edv-pi/pbs-client-docker.git
synced 2025-04-16 19:42:55 +02:00
60 lines
733 B
Plaintext
60 lines
733 B
Plaintext
# Docker compose default config storage folder
|
|
docker-compose/pbsconfig
|
|
|
|
# Docker compose default backups storage test folder
|
|
docker-compose/backups
|
|
|
|
# Any accidental keys
|
|
*.pem
|
|
encryption-key.json
|
|
|
|
# General
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# Node.js (if applicable)
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Python (if applicable)
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Compiled files
|
|
*.o
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
|
|
# Build artifacts
|
|
build/
|
|
bin/
|
|
out/
|
|
dist/
|
|
target/
|
|
|
|
# IDE-specific files
|
|
.idea/
|
|
*.sln
|
|
*.swp
|
|
|
|
# Logs and temporary files
|
|
*.log
|
|
*.tmp
|
|
*.pid
|
|
*.bak
|
|
|
|
# Compiled Python files
|
|
*.pyc
|
|
__pycache__/
|
|
|
|
# Virtual environment
|
|
venv/
|
|
.env
|