clean repo (remove ignored files)

This commit is contained in:
tan-docker
2026-03-25 13:07:52 +01:00
parent 7f7cacc7ff
commit 7a264a4ccf
14 changed files with 24 additions and 114 deletions
+24 -7
View File
@@ -1,13 +1,30 @@
18_openclaw/config/agents/
# ===== SECRETS =====
.env .env.* secrets* **/*.key **/*.pem
.env
.env.*
**/.env
secrets*
**/*.key
**/*.pem
# ===== DATA DOCKER =====
/home/docker/
# volumes runtime
**/data/ **/config/ **/logs/ **/tmp/
# ===== VOLUMES =====
**/data/
**/config/
**/logs/
**/tmp/
# ===== DATABASE =====
*.db *.sqlite
# ===== NEXTCLOUD AIO =====
*.db
*.sqlite
# ===== NEXTCLOUD =====
nextcloud-aio-data/
# ===== TEMP =====
*.tmp *.log
*.tmp
*.log
# ===== CAS SPÉCIAL =====
18_openclaw/config/agents/