From 8c9367f3689aee05d33fc1cae8a5d1aa6d2b5fb8 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 9 Nov 2025 16:12:20 +0530 Subject: Add game folder workflow, custom executable names, cross-platform tasks, and logging controls --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 474e379..0dfeb95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ .vscode -build/ \ No newline at end of file +build/ + +# Projects - ignore all folders inside projects/ except the projects folder itself +projects/*/ +!projects/README.md \ No newline at end of file -- cgit v1.2.3