From 54c2a13447914664fc78e1ab19ea717630873998 Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Fri, 12 Jun 2026 13:21:58 +0200 Subject: Initial commit --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c301776 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# CMake Build Files +/build +/.cache + +# Various IDEs +/.zed +/.vscode + +# LSPs, etc. +/.clangd +/.ccls -- cgit v1.3.1