This commit is contained in:
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
# ===============================
|
||||
# Drone Publish Tool - .gitignore
|
||||
# ===============================
|
||||
|
||||
# 🧩 Lokale Umgebungsdateien
|
||||
.env
|
||||
.env.local
|
||||
.env.secret
|
||||
|
||||
# 🔑 Schlüsseldateien
|
||||
*.key
|
||||
*.pub
|
||||
*.pem
|
||||
|
||||
# 🧱 Build-Artefakte / temporäre Dateien
|
||||
*.log
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# 🐋 Docker-Artefakte
|
||||
*.tar
|
||||
*.pid
|
||||
docker-compose.override.yml
|
||||
docker-compose.local.yml
|
||||
|
||||
# 🧰 System / Editor-spezifisch
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.idea/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# 📦 Optional: falls du lokale Testdaten oder Push-Caches hast
|
||||
/build/
|
||||
/dist/
|
||||
.cache/
|
||||
output/
|
||||
|
||||
# 🧪 Drone / CI Cache
|
||||
.drone-secrets/
|
||||
.drone-cache/
|
||||
Reference in New Issue
Block a user