From 51a23319b6a2f7a5a8f387f092f6b321d33624aa Mon Sep 17 00:00:00 2001 From: Arndt Touby Date: Fri, 17 Jan 2025 21:53:40 +0100 Subject: [PATCH] =?UTF-8?q?Aktualisiere=20.gitignore,=20um=20tempor=C3=A4r?= =?UTF-8?q?e=20Dateien=20und=20spezifische=20Tarball-Namen=20zu=20ignorier?= =?UTF-8?q?en?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9d7cc71..90e34e7 100644 --- a/.gitignore +++ b/.gitignore @@ -19,15 +19,15 @@ erl_crash.dump # Also ignore archive artifacts (built via "mix archive.build"). *.ez +# Temporary files, for example, from tests. +/tmp/ + # Ignore package tarball (built via "mix hex.build"). -*-*.tar +bmt_checkout-*.tar # Ignore assets that are produced by build tools. /priv/static/assets/ -# Ignore uploaded image files. -/priv/static/uploads/ - # Ignore digested assets cache. /priv/static/cache_manifest.json