From c61329124ba4ba0d23ac711daf321489fa971e15 Mon Sep 17 00:00:00 2001 From: hanez Date: Thu, 28 May 2026 01:59:13 +0200 Subject: [PATCH] Added ./playground/ for local only stuff. (0.41.16) --- .gitignore | 4 +++- playground/.gitkeep | 0 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 playground/.gitkeep diff --git a/.gitignore b/.gitignore index cf923d8..73e7471 100644 --- a/.gitignore +++ b/.gitignore @@ -7,9 +7,9 @@ Doxygen.in !.gitignore !.github !.gitkeep -!api/.gitkeep .venv api/ +!api/.gitkeep build/* build_debug/* build_release/* @@ -23,6 +23,8 @@ downloaded.png json.xml lib/*.so out/ +playground/* +!playground/.gitkeep src/*.o src/rust/Cargo.lock src/rust/target diff --git a/playground/.gitkeep b/playground/.gitkeep new file mode 100644 index 0000000..e69de29