From b995916004bd073db6c701b26f0d5228a2f6a29f Mon Sep 17 00:00:00 2001 From: tan-docker Date: Sat, 21 Mar 2026 14:23:25 +0100 Subject: [PATCH] add gitignore clean --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 3d02da2..f1283a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,13 @@ 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