From e9237ce1556d1d86117a300930da232e9476f292 Mon Sep 17 00:00:00 2001 From: falendikategar Date: Fri, 18 Oct 2024 14:42:12 +0700 Subject: [PATCH] add: adding a Files folder and a gitignore file in the folder so that the files are not uploaded to github --- apps/backend/files/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 apps/backend/files/.gitignore diff --git a/apps/backend/files/.gitignore b/apps/backend/files/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/apps/backend/files/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file