pbs-client-docker/.gitignore
2024-03-25 01:54:24 +00:00

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