From bca4c0832dcbc62cd169aabcc0f77a16adec4c42 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Mon, 3 Mar 2025 20:21:17 +0100 Subject: [PATCH] =?UTF-8?q?Feat:=20F=C3=BCgt=20eine=20.gitignore=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f3e156 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# Ignore macOS system files +.DS_Store + +# Ignore swap files created by editors +*.swp +*.swo + +# Ignore temporary bash script files +*.tmp +*.bak + +# Ignore log files +*.log + +# Ignore compiled binary files +*.out +*.o + +# Ignore user settings files +*.env +*.conf + +# Ignore core dumps +core + +# Ignore backup files created by editors +*~ + +# Ignore directories +/temp/ +.cache/ +.logs/ + +.fleet