From 7a7483665629c9b0b145b42c7670c1765e674b0e Mon Sep 17 00:00:00 2001 From: En Yi Date: Sun, 28 May 2023 14:58:10 +0800 Subject: [PATCH] Update gitignore Include the res directory --- .gitignore | 1 - res/.gitignore | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 res/.gitignore diff --git a/.gitignore b/.gitignore index f3b6e0f..f1ac46f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .cache/ build/ compile_commands.json -res/ .gdb_history diff --git a/res/.gitignore b/res/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/res/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore