From 022b965f96fe4dfb7b416beb9485e62b4d2fb7a7 Mon Sep 17 00:00:00 2001 From: sebthom Date: Sat, 28 Feb 2026 22:01:40 +0100 Subject: [PATCH] chore: simplify .gitignore --- .gitignore | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 733c755..72862d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,13 @@ # Local work folder that is not checked in _LOCAL/ -# docker -.dockerignore +.* +!.act-event.json +!.actrc +!.gitattribute +!.gitignore +!.github/ +!.markdownlint-cli2.jsonc # kleinanzeigen_bot /config.yaml @@ -12,34 +17,14 @@ _LOCAL/ downloaded-ads # python -/.venv __pycache__ /dist -/.temp -/.eggs -/*.egg-info -/.pdm-build/ -/.pdm-python - - -# Eclipse -/.project -/.pydevproject -/.settings/ -**/.*.md.html # IntelliJ -/.idea /*.iml /*.ipr /*.iws -# Visual Studio Code -/.vscode - -# OSX -.DS_Store - # Vim *.swo *.swp