From e520be49bd222e9a8acbb03334074f70339e10e8 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Mon, 19 May 2025 21:57:48 +0300 Subject: =?UTF-8?q?P=C3=A4rast=2015.=20Mai=20tehtud=20commit.=20muutsin=20?= =?UTF-8?q?gitignore=20faili=20Olin=20pannud=20gitignore=20faili=20kasuta?= =?UTF-8?q?=20'pipelinses=20'=20sisu.=20Koos=20sellega=20aga=20ei=20pushit?= =?UTF-8?q?ud=20ka=20kausta=20ennast,=20mida=20aga=20on=20vaja.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + pipelines/.gitkeep | 0 2 files changed, 1 insertion(+) create mode 100644 pipelines/.gitkeep diff --git a/.gitignore b/.gitignore index 262d871..dae1566 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ TODO.txt pipelines/* +!pipelines/.gitkeep venv/ generate_pipelines.py __pycache__/ diff --git a/pipelines/.gitkeep b/pipelines/.gitkeep new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3