From fc43a36a8293b5d7b6d181bd9caffbf4344cdcb6 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 18 Jun 2026 21:11:41 -0400 Subject: Cleanup raylib example --- 2026/examples/example_raylib/.direnv/flake-profile | 1 - 2026/examples/example_raylib/.direnv/flake-profile-1-link | 1 - 2026/examples/example_raylib/.gitignore | 3 ++- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 120000 2026/examples/example_raylib/.direnv/flake-profile delete mode 120000 2026/examples/example_raylib/.direnv/flake-profile-1-link (limited to '2026/examples') diff --git a/2026/examples/example_raylib/.direnv/flake-profile b/2026/examples/example_raylib/.direnv/flake-profile deleted file mode 120000 index 0c05709..0000000 --- a/2026/examples/example_raylib/.direnv/flake-profile +++ /dev/null @@ -1 +0,0 @@ -flake-profile-1-link \ No newline at end of file diff --git a/2026/examples/example_raylib/.direnv/flake-profile-1-link b/2026/examples/example_raylib/.direnv/flake-profile-1-link deleted file mode 120000 index 8f6f619..0000000 --- a/2026/examples/example_raylib/.direnv/flake-profile-1-link +++ /dev/null @@ -1 +0,0 @@ -/nix/store/xska2chszdi2m9qa6cnig39w8aihqqcw-nix-shell-env \ No newline at end of file diff --git a/2026/examples/example_raylib/.gitignore b/2026/examples/example_raylib/.gitignore index fe788c5..3568a0f 100644 --- a/2026/examples/example_raylib/.gitignore +++ b/2026/examples/example_raylib/.gitignore @@ -1 +1,2 @@ -libraylib.a \ No newline at end of file +libraylib.a +.direnv/* \ No newline at end of file -- cgit v1.2.3