add gitignore clean

This commit is contained in:
tan-docker
2026-03-21 14:23:25 +01:00
parent d3e8da2e25
commit b995916004
+12
View File
@@ -1 +1,13 @@
18_openclaw/config/agents/ 18_openclaw/config/agents/
# ===== SECRETS =====
.env .env.* secrets* **/*.key **/*.pem
# ===== DATA DOCKER =====
/home/docker/
# volumes runtime
**/data/ **/config/ **/logs/ **/tmp/
# ===== DATABASE =====
*.db *.sqlite
# ===== NEXTCLOUD AIO =====
nextcloud-aio-data/
# ===== TEMP =====
*.tmp *.log